赞
踩
wx.getImageInfo
获取到图片的宽高wx.getImageInfo({
src,
success: function (res) {
console.log(res);
w = res.width;
h = res.height;
}
})
wx.getSystemInfoSync().windowWidth;
wx.getSystemInfoSync().windowHeight;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。