专题文章
时长:00:00更新时间:2020-11-27 21:17:16
使用firebug进行调试javascript的示例_javascript技巧: 代码如下: //用于在friefox中调试 用console.log(hello); /** function test(name) { console.log(name); } test(hello world);**/ //调试的技巧 function showLog(message) { console.log(message)
查看详情