uni.chooseFile({
count: 6, //默认100
extension:['.zip','.doc'],
success: function (res) {
console.log(JSON.stringify(res.tempFilePaths));
}
});
调用chooseFile报错了,e.chooseFile is not a function。
uni.chooseFile({
count: 6, //默认100
extension:['.zip','.doc'],
success: function (res) {
console.log(JSON.stringify(res.tempFilePaths));
}
});
调用chooseFile报错了,e.chooseFile is not a function。
q***@163.com (作者)
好的,小程序用wx.chooseMessageFile,但是会弹窗选择好友发送的文件,是小程序只能这样选择文件吗,有没像app那样打开文件管理器
2022-04-02 10:49