wx.getImageInfo({

src: 'https://01.jpg',

success: function (res) {

console.log(res.path);//得到处理后的本地图片路径

}

 

更多推荐