摘要:
初始化蓝牙模块 openBluetoothAdapter() { wx.openBluetoothAdapter({ success: (res) => { wx.showToast({ title: '初始化成功', }) }, fail: (res) => { wx.showToast({ ti 阅读全文
摘要:
引入 let Request = require("../"); //导入模块 get/post Request.post('', //调用方法 { }, { 'content-type': 'application/json', // 默认值 }, ).then(res => { //成功回调 } 阅读全文