1. 要使用 uni.getImageInfo({
src: '图片地址',
success: function(image) {
console.log(image);
ctx0.drawImage(image.path, start, 0, height, height);
ctx0.draw();
}
});
2. 小程序 download 域名要加上图片的域名