API给了示例又不给完整的
- -#
这是我的代码:
wx.getFileInfo({
filePath: './data/AccountConfig.json',
success: function(res){
console.log("Success");
},
fail: function(res){
console.log("Fail");
}
});
希望有关部门来管管!