获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 微信版本8.0.47版本 微信小程序搜索不 到蓝牙 ?
// 再更新到微信 8.0.47 版本后 微信小程序搜索不到蓝牙 wx.startBluetoothDevicesDiscovery 和 wx.onBluetoothDeviceFound // 这两个调用这两个 api 无法搜索到蓝牙设备了 [图片]
02-20 - wx.createImage is not a function?提示不是个方法?
[图片] // 通过url 读取图片尺寸大小 getImageSize(url, callback) { let img = wx.createImage(); img.onload = function () { callback(this.width, this.height); }; img.src = url; },
2023-12-19