美文网首页
uni-app 获取手机系统的宽高

uni-app 获取手机系统的宽高

作者: 安徒生1997 | 来源:发表于2020-12-18 15:03 被阅读0次

appHetgh(){

    let that=this;

    uni.getSystemInfo({

            success: function (res) {

            that.Width=res.windowWidth;

            that.Height=res.windowHeight;

              }

    });

},

相关文章

网友评论

      本文标题:uni-app 获取手机系统的宽高

      本文链接:https://www.haomeiwen.com/subject/btaxnktx.html