Tencent/vConsole: A lightweight, extendable front-end developer tool for mobile web page.
https://github.com/Tencent/vConsole
示例:
| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 
 | <html><head>
 </head>
 <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
 <script>
 
 var vConsole = new window.VConsole();
 window.localStorage.efg = 'dfdf  fdfe '
 console.log(1234)
 </script>
 <body>
 </body>
 </html>
 
 |