使用firebug进行调试javascript的示例_javascript技巧
来源:懂视网
责编:小采
时间:2020-11-27 21:17:16
使用firebug进行调试javascript的示例_javascript技巧
使用firebug进行调试javascript的示例_javascript技巧: 代码如下: //用于在friefox中调试 用console.log(hello); /** function test(name) { console.log(name); } test(hello world);**/ //调试的技巧 function showLog(message) { console.log(message)
导读使用firebug进行调试javascript的示例_javascript技巧: 代码如下: //用于在friefox中调试 用console.log(hello); /** function test(name) { console.log(name); } test(hello world);**/ //调试的技巧 function showLog(message) { console.log(message)

代码如下:
使用firebug进行调试javascript的示例_javascript技巧
使用firebug进行调试javascript的示例_javascript技巧: 代码如下: //用于在friefox中调试 用console.log(hello); /** function test(name) { console.log(name); } test(hello world);**/ //调试的技巧 function showLog(message) { console.log(message)