获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 2.0.2 cocosCreator 子域问题
[图片] [图片] [图片]子域文件上传600多k,但下载回来是2.7M,主域上传和下载的大小是一致的,只有子域出现问题?求大神来解答
2018-11-19 - 小游戏 截图临时路径无法保存本地
canvas.toTempFilePath({ x: 0, y: 0, width: width, height: height, destWidth: width, destHeight: height, success(res){ console.log(res.tempFilePath); FileSystemManager.saveFile({ tempFilePath: res.tempFilePath, success(res) { console.log(res) }, fail(error) { console.log(error) } }) } })[图片] 临时路径是315c6e44-dc0e-4ee0-ad78-23b476744392,这个东西不知道是什么?但是能够预览图片却不能保存本地。网上看是http:或者是wxfile开头的~ 求大神帮忙~如何将截图的图片保存到本地~最好不好通过后台上传~
2018-05-30