如题,如何获取当前显示屏幕的宽高呢?
多谢1楼大神回复
wx.getSystemInfo({
success:
function
(res){
//宽:res.windowWidth;高:res.windowHeight
}
})