wx.canvasToTempFilePath({
x: 0,
y: 0,
width: 600,
height: 800,
destWidth: 600,
destHeight: 800,
fileType: 'jpg',
canvasId: 'myCanvas',
success: function (res) {
console.log(res.tempFilePath);
}
})
框架类型 | API/组件名称 | 终端类型 | 操作系统 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | canvasToTempFilePath | 微信iOS客户端 | 6.6.5 | 1.9 |
1 个回答
就是这样子