`
ileson
  • 浏览: 209875 次
  • 性别: Icon_minigender_1
  • 来自: 河南省
社区版块
存档分类
最新评论

js css 前端调试工具使用记录

    博客分类:
  • RIA
阅读更多
一、常用调试工具;
    1、chrome 调试工具devtools
      ①:可以在console 里写js代码;
      
console.log("hello world");

      
       var img =new Image();
       img.onload=function(){
           debugger;
       }
       img.src="http://www.baidu.com/img/bd_logo1.png";

       写完后就可以回车,自动执行这段代码了。
      
       chrome是shift + enter键进行换行,IE和FF有多行模式
       


      




二、问题
  • 大小: 55.5 KB
  • 大小: 24.8 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics