微信小程序图片空白问题处理
·
wx.getImageInfo({
src: 'https://01.jpg',
success: function (res) {
console.log(res.path);//得到处理后的本地图片路径
}
更多推荐
wx.getImageInfo({
src: 'https://01.jpg',
success: function (res) {
console.log(res.path);//得到处理后的本地图片路径
}
更多推荐
所有评论(0)