文件
wx.saveFile(OBJECT)
保存文件到本地。
wx.chooseImage({success: function(res) {var tempFilePaths = res.tempFilePathswx.saveFile({tempFilePath: tempFilePaths[0],success: function(res) {var savedFilePath = res.savedFilePath}})}
文件
保存文件到本地。
wx.chooseImage({success: function(res) {var tempFilePaths = res.tempFilePathswx.saveFile({tempFilePath: tempFilePaths[0],success: function(res) {var savedFilePath = res.savedFilePath}})}