4***@qq.com
4***@qq.com
  • 发布:2023-12-22 11:59
  • 更新:2023-12-22 11:59
  • 阅读:264

html使用5+的话怎么输出信息调试

分类:HTML5+

我运行下面的代码,输出这个,没输出信息呢。蓝牙状态2 at webpack-internal:///./node_modules/babel-loader/lib/index.js?!./node_modules/vue-loader/lib/index.js?!./node_modules/unplugin/dist/webpack/loaders/transform.js?unpluginName=unocss%3Awebpack!./pages/app/index.vue?vue&type=script&lang=js:316

document.addEventListener('plusready',function () {
window.plus.bluetooth.getBluetoothAdapterState({
success: (e) => {
console.log("蓝牙状态1",e)
},
fail: (e) => {
console.log("蓝牙状态2",e.message)
}
});
},false);

2023-12-22 11:59 负责人:无 分享
已邀请:

要回复问题请先登录注册