小程序打开文档标题乱码处理

tech2024-06-12  52

先下载,自定义临时文件目录名称,然后再打开就可以了。

wx.downloadFile({ url: 'https://xxx.cn/sfxy.docx', //仅为示例,并非真实的资源 filePath: wx.env.USER_DATA_PATH + '/这是自定义标题.docx', success(res) { console.log('========0', res) wx.openDocument({ filePath: res.filePath, success: function (res) { console.log('打开文档成功') } }) } })

效果图:

最新回复(0)