闪退,报错如下 怎么解决
Error message:Cannot read property PdfDocument of undefined
SourceCode:
this.document = new pdfService.PdfDocument;
^
Stacktrace:
at PDFView (oh_modules/.ohpm/@hjm+pdfview@1.0.1/oh_modules/@hjm/pdfview/src/main/ets/components/PDFView.ets:122:50)
at anonymous (entry/src/main/ets/pages/Test.ets:42:21)
at updateFunc (/usr1/hmos_for_system/src/increment/sourcecode/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/stateMgmt.js:6661:6661)
at observeComponentCreation2 (/usr1/hmos_for_system/src/increment/sourcecode/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/stateMgmt.js:6702:1)
at initialRender (entry/src/main/ets/pages/Test.ets:42:21)
at initialRenderView (/usr1/hmos_for_system/src/increment/sourcecode/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/stateMgmt.js:6324:6324)
鸿蒙PDF预览PDFView 三方库中心仓: https://ohpm.openharmony.cn/#/cn/detail/@hjm%2Fpdfview[https://ohpm.ope...
不错不错
iOS Airplay Screen Mirroring 投屏技术详解投屏技术已经被大量用在身边的产品, 比如电视投屏, 投影仪, 视频会议产品中. 在iOS平台外的其他平台中都已经有非常成熟的标准和实现. 但在封闭的苹果iOS和Mac系统中,...
1.cat的使用 1.1 cat拼接,拼接多个文件 cat file1 file2 file3 ... 1.2stdin和另一个文件中的数据组合在一起: echo 'this...
1.数组与关联数组 数组使用整数作为索引,关联数组使用字符串作为数组索引。 1.数组的定义: arr=(1 2 3) 或者:arr[0]=1;arr[1]=2;arr[2]=...
1.获取字符串长度 # = 之间没有空格 tom=peter echo $(#tom) 2.获取当前所使用的shell echo $SHELL 3.检查是否为超级用户 ech...