摘要: 代码: /** * 读取文件 * @param {string} path - 文件的绝对路径 */ function readFile(path) { const filePath = plus.io.convertLocalFileSystemURL(path); const fileInput 阅读全文
posted @ 2023-09-06 09:13 西塞山前白鹭飞 阅读(1437) 评论(0) 推荐(0) 编辑