移动前端调试页面–weinre

安装

npm install -g weinre

启动

weinre --boundHost 192.168.43.210 --httpPort 8090

浏览器查看

http://localhost:8090

插入相关文件

index.html document.ejs
<script src="http://局域网ip:8090/target/target-script-min.js#anonymous"></script>

debug

打开即可http://localhost:8090/client/#anonymous
https://www.youtube.com/watch?v=xepgYpqj8ew
原文地址:https://www.cnblogs.com/hideonbush/p/10513669.html