1. 调试脚本

      做前端开发的朋友应该对FireFox再熟悉不过了,FireFox有一个附加组件FireBug。在HTML中可以直接写
 
 <script type="text/javascript"> console.log("test");</script>
      这样在底部的控制台就能直接看到输出的值,他的作用就好像Visual Studio中的Console.WriteLine() 一样。

相关文章:

  • 2021-08-18
  • 2022-03-06
  • 2022-12-23
  • 2021-11-11
  • 2021-05-25
  • 2021-11-21
  • 2021-06-12
  • 2022-01-09
猜你喜欢
  • 2021-06-07
  • 2021-07-19
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
相关资源
相似解决方案