摘要:
wx.showLoading({ title: '加载中', mask: true, }) const fileName = '测试.pdf' const newPath = `${wx.env.USER_DATA_PATH}/${fileName}.pdf`; wx.downloadFile({ 阅读全文
摘要:
1.在windows系统中找到需要的字体文件,一般在C:\Windows\Fonts下 2.在linux中创建文件夹保存自己的字体文件,我的在:/usr/share/fonts/win 3.上传字体文件到该目录下 4.在该文件夹下执行: #1 sudo mkfontdir # 上方命令若提示 mkf 阅读全文