wx.getFileInfo 无法获取本地文件
发布于 6 年前 作者 gxiao 5007 次浏览 来自 问答

API给了示例又不给完整的

  • -#

这是我的代码:

wx.getFileInfo({
            filePath: ‘./data/AccountConfig.json’,
            success: function(res){
              console.log(“Success”);
            },
            fail: function(res){
                console.log(“Fail”);
            }
        });

希望有关部门来管管!

回到顶部