一款移动端网页的代码调试器,鹅厂出品

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title>哈哈哈哈</title>
    </head>
    <body>
        <h2>测试一下</h2>
        <script type="text/javascript" charset="utf-8">
            if ((location.href || '').indexOf('console=true') > -1) {
                document.write('<script src="https://cdn.bootcss.com/vConsole/3.3.0/vconsole.min.js"><\/script>');
                document.write('<script>new VConsole()<\/script>');
            }
        </script>
        <script type="text/javascript" charset="utf-8">
            console.log(1231231321321)
        </script>
    </body>
</html>

来源于孟坤博客,链接后加参数console=true,即可加载。默认不加载,效果很好,可以保存试下。快去食用吧!!

posted @ 2020-11-17 15:28  知风阁  阅读(121)  评论(0编辑  收藏  举报