使用socket.io实现的远程控制台,可在pc端抓取手机页面的控制台输出
- 通过npm包安装
npm i @jianming/remote-console -g
cre start
- 通过git clone源代码,然后
npm start
npm install @jianming/remote-console -g
cre start
- 在需要抓取的页面引入:
<script src="https://IP:6688/assets/remote-console.js" id="remoteConsole" data-channel="CHANNEL"></script>
- 在PC端浏览器打开:https://IP:6688/channel/CHANNEL
- CHANNEL可换成你想使用的任意值
不同的CHANNEL之间的消息是隔离的,所以可以同时使用多个CHANNEL�调试不同的页面