1.AlloyLevercss
是腾讯AlloyTeam团队开源的一款Web 开发调试工具: http://alloyteam.github.io/AlloyLever/。git
使用:在页面中第一个js前加入:github
<script src="https://cdn.jsdelivr.net/npm/alloylever@1/alloy-lever.min.js"></script>
页面访问时加上参数 ?vconsole=show便可打开手机端调试界面npm
2.Eruda工具
地址: https://github.com/liriliri/eruda.net
使用:调试
<script src="//cdn.bootcss.com/eruda/1.2.6/eruda.min.js"></script> <script>eruda.init();</script>