12 2021 档案
摘要:// 同步储存和读取 // 存 uni.setStorageSync('name','LZJAPYX,ZDL'); // name为键名 LZJAPYX,ZDL为健值 // 取 uni.getStorageSync('name') // 以健名取健值 // 删除 uni.removeStorageS
阅读全文
摘要:uni.getSystemInfo({ success: function(res) { // res - 各种参数 console.log(res.windowWidth); // 屏幕的宽度 let info = uni.createSelectorQuery().select(".search
阅读全文
摘要:let height = wx.getSystemInfoSync().windowHeight; let width = wx.getSystemInfoSync().windowWidth;
阅读全文

浙公网安备 33010602011771号