🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# wx.getSystemInfoSync ### Object wx.getSystemInfoSync() wx.getSystemInfo 的同步版本 #### 返回值 ##### Object res 属性类型说明支持版本brandstring手机品牌>= 1.5.0modelstring手机型号pixelRationumber设备像素比screenWidthnumber屏幕宽度>= 1.1.0screenHeightnumber屏幕高度>= 1.1.0windowWidthnumber可使用窗口宽度windowHeightnumber可使用窗口高度statusBarHeightnumber状态栏的高度>= 1.9.0languagestring微信设置的语言versionstring微信版本号systemstring操作系统版本platformstring客户端平台fontSizeSettingnumber用户字体大小设置。以“我-设置-通用-字体大小”中的设置为准,单位 px。>= 1.5.0SDKVersionstring客户端基础库版本>= 1.1.0benchmarkLevelnumber(仅Android小游戏) 性能等级,-2 或 0:该设备无法运行小游戏,-1:性能未知,>=1 设备性能值,该值越高,设备性能越好 (目前设备最高不到50)>= 1.8.0> 原文: <https://developers.weixin.qq.com/minigame/dev/api/system/system-info/wx.getSystemInfoSync.html>