getSystemInfoSync
获取用户设备的相关信息
示例代码:
使用位置:在 JS文件的任意函数中使用
const res = wx.getSystemInfoSync(); console.log(res); console.log(res.model); // 设备机型 console.log(res.system); // 设备系统
2023-10-30 16:04:16
获取用户设备的相关信息
示例代码:
使用位置:在 JS文件的任意函数中使用
const res = wx.getSystemInfoSync(); console.log(res); console.log(res.model); // 设备机型 console.log(res.system); // 设备系统