uniapp获取手机型号

helei 2020-8-7 699 8/7

uni.getSystemInfo({

success(res) {

console.log(res.brand) //手机牌子

console.log(res.model) //手机型号

console.log(res.screenWidth) //屏幕宽度

console.log(res.screenHeight) //屏幕高度

}

});

- THE END -

helei

8月07日22:59

最后修改:2020年8月7日
0

非特殊说明,本博所有文章均为博主原创。