开发用-辅助调试用软件

Tencent/vConsole: A lightweight, extendable front-end developer tool for mobile web page.
https://github.com/Tencent/vConsole

示例:

1
2
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>
// VConsole 会自动挂载到 `window.VConsole`
var vConsole = new window.VConsole();
window.localStorage.efg = 'dfdf fdfe '
console.log(1234)
</script>
<body>
</body>
</html>