PDF文件打开展示内容?
wx.openDocument({
filePath: filePath,
success: function (res) {
console.log(res)
}
})
这里的filePath只是一个路径,页面中如何展示?求解答!
wx.openDocument({
filePath: filePath,
success: function (res) {
console.log(res)
}
})
这里的filePath只是一个路径,页面中如何展示?求解答!