远程调试工具:Weinre
1. 安装: npm
install
-g weinre
2. 本地运行Proxy: weinre --httpPort 9090 --boundHost 172.18.66.146 --verbose --debug
注: 172.18.66.146 是你本机IP.
3. 将 <script src="http://172.18.66.146:9090/target/target-script-min.js#anonymous"></script> 注入到要DEBUG的html页面中。
4. 在Chrome上输入 http://172.18.66.146:9090 查看。
时间: 2024-10-12 18:36:57