數(shù)據(jù)驅(qū)動(dòng)、堅(jiān)持為客戶提供有價(jià)值的服務(wù)和內(nèi)容
文件
保存文件到本地。
wx.chooseImage({success: function(res) {var tempFilePaths = res.tempFilePathswx.saveFile({tempFilePath: tempFilePaths[0],success: function(res) {var savedFilePath = res.savedFilePath}})}