微信小程序api視頻課程-基礎-系統信息-wx.getSystemInfo的使用

js代碼 /** * 生命週期函數--監聽頁面加載 */ onLoad: function (options) { wx.getSystemInfo({ success: function(res) { console.log("設備品牌:" +res.brand) console.log("設備型號:" + res.model)
相關文章
相關標籤/搜索