逐福科技
177-371-24501(同微信)

微信小程序API设备概览,微信小程序绑定设备

2022-04-21 管理员

微信小程序API设备概览


 

  • 系统信息——(wx.getSystemInfo、wx.getSystemInfoSync)
  • 网络状态——(wx.getNetworkType)
  • 重力感应——(wx.onAccelerometerChange)
  • 盘——(wx.onCompassChange)
  • 拨打电话——(wx.makePhoneCall)
  • 码——(wx.scanCode)

 

wx.getSystemInfo(OBJECT)


获取系统信息。

OBJECT参数说明:

参数 类型 必填 说明
success Function 接口调用成功的回调
fail Function 接口调用失败的回调函数
complete Function 接口调用结束的回调函数(调用成功、失败都会执行)

success回调参数说明:

属性 说明
model 手机型号
pixelRatio 设备像素比
windowWidth 窗口宽度
windowHeight 窗口高度
language 微信设置的语言
version 微信版本号
system 操作系统版本
platform 客户端平台

示例代码:

wx.getSystemInfo({
  success: function(res) {
    console.log(res.model)
    console.log(res.pixelRatio)
    console.log(res.windowWidth)
    console.log(res.windowHeight)
    console.log(res.language)
    console.log(res.version)
    console.log(res.platform)
  }
})

wx.getSystemInfoSync()


获取系统信息同步接口

示例代码:

try {
  var res = wx.getSystemInfoSync()
  console.log(res.model)
  console.log(res.pixelRatio)
  console.log(res.windowWidth)
  console.log(res.windowHeight)
  console.log(res.language)
  console.log(res.version)
  console.log(res.platform)
} catch (e) {
  // Do something when catch error
}
更多微信小程序开发教程,可以关注。
上一篇:微信小程序API加速度计,微信小程序加速度监听重力感应数据
下一篇:微信小程序API查看位置,怎么用小程序看位置
相关资讯 Releva ntnews
解决方案 Solutions
相关热点 Hot spot
郑州快速建站:网站的站内优化怎么做
  1. 我们的优势
  2. 我们的实力
  3. 选择我们的理由
咨询电话(微信同号)

177-371-24501(同微信)

豫ICP备17049932号

Copyright © 2017-2022 版权所有 追风建站 Rights Reserved 技术支持:酷微科技

电话咨询 在线咨询 服务项目 SEO优化