数据驱动、坚持为客户提供有价值的服务和内容
文件
保存文件到本地。
wx.chooseImage({success: function(res) {var tempFilePaths = res.tempFilePathswx.saveFile({tempFilePath: tempFilePaths[0],success: function(res) {var savedFilePath = res.savedFilePath}})}