在项目index.html中加入这两行代码
<script src="//cdn.bootcdn.net/ajax/libs/eruda/2.3.3/eruda.js"></script>
<script>eruda.init();</script>
这篇博客介绍了如何在HTML项目中引入eruda.js库,并通过调用eruda.init()初始化,以实现网页的开发者工具功能。这对于前端开发者进行页面调试和性能检查非常有用。
在项目index.html中加入这两行代码
<script src="//cdn.bootcdn.net/ajax/libs/eruda/2.3.3/eruda.js"></script>
<script>eruda.init();</script>
4440
5148

被折叠的 条评论
为什么被折叠?