vconsole.min.js
1、在你的HTML页面中加入这个库的引用
<script src="http://s.url.cn/qqun/qun/qqweb/m/qun/confession/js/vconsole.min.js "></script>
<script>
//如果只是获取log,建议不用初始化,不然如果你的页面中有些编译错误时,页面的控件就不能监听事件
//看自己需求吧
//var vConsole = new VConsole();
console.log("111")
</script>
2、引入库之后,运行你会发现屏幕右下角多了一个绿色的按钮,如下图
3、点击这个绿色的按钮,会跳转到下图这个页面
如果你需要日志,可以长按选中复制