码迷,mamicode.com
首页 > 微信 > 详细

微信小程序 getSystemInfoSync

时间:2019-12-23 18:35:21      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:http   class   小程序   使用   href   blank   程序   color   target   

getSystemInfoSync

获取用户设备的相关信息

示例代码:

使用位置:在 JS文件的任意函数中使用

const res = wx.getSystemInfoSync();
console.log(res);
console.log(res.model);  // 设备机型
console.log(res.system);  // 设备系统

微信小程序 getSystemInfoSync

标签:http   class   小程序   使用   href   blank   程序   color   target   

原文地址:https://www.cnblogs.com/GetcharZp/p/12085237.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!