微信小程序 getSystemInfoSync
Posted GetcharZp
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序 getSystemInfoSync相关的知识,希望对你有一定的参考价值。
getSystemInfoSync
获取用户设备的相关信息
示例代码:
使用位置:在 JS文件的任意函数中使用
const res = wx.getSystemInfoSync(); console.log(res); console.log(res.model); // 设备机型 console.log(res.system); // 设备系统
以上是关于微信小程序 getSystemInfoSync的主要内容,如果未能解决你的问题,请参考以下文章