摘要:
let wsuri = "ws://echo.websocket.org/"; this.websock = new WebSocket(wsuri); this.websock.onopen = this.websocketonopen; this.websock.onerror = this.w 阅读全文
摘要:
首先要安装一个包 vue-html5plus npm i vue-html5plus -S 然后配置这个文件 在main.js添加一串代码 var onPlusReady = function (callback, context = this) { if (window.plus) { callb 阅读全文