欢迎来到PHP菜鸟博客    登录
我的订单    |  会员中心  
     
就算这个世道烂成一堆粪坑,那也不是你吃屎的理由!!
购物车

首页 > 网站前端 > 产品详情

vconsole手机网页的前端开发调试利器

 

9999.00    (库存:有货)

已超出库存数量!

  • 详情
const vConsole = new VConsole();
// 或者使用 options 选项初始化
const vConsole = new VConsole({ maxLogNumber: 1000 });

// 接下来即可照常使用 `console` 等方法
console.log('Hello world');

// 结束调试后,可移除掉
vConsole.destroy();
方法二:使用 unpkg 的 CDN 直接插入到 HTML

如果下面的加载慢可以使用这个外链

https://wdfkshop.oss-cn-beijing.aliyuncs.com/static/web/theme2/m/js/vconsole.min.js



<script src="https://unpkg.com/vconsole/dist/vconsole.min.js"></script>
<script>
  // VConsole 默认会挂载到 `window.VConsole` 上
  var vConsole = new window.VConsole();
</script>

详细使用方法请参阅使用教程。

手机预览


http://wechatfe.github.io/vconsole/demo.html


' style='width:100%;height:auto;'>