webview调试工具

1.AlloyLever

        是腾讯AlloyTeam团队开源的一款Web 开发调试工具: http://alloyteam.github.io/AlloyLever/。

        使用:在页面中第一个js前加入:

<script src="https://cdn.jsdelivr.net/npm/alloylever@1/alloy-lever.min.js"></script>

 页面访问时加上参数 ?vconsole=show即可打开手机端调试界面

2.Eruda

    地址: https://github.com/liriliri/eruda

    使用:

<script src="//cdn.bootcss.com/eruda/1.2.6/eruda.min.js"></script>
<script>eruda.init();</script>

    

    

猜你喜欢

转载自my.oschina.net/u/2528821/blog/1553817