摘要: http://ued.taobao.com/blog/2012/06/debug-with-chrome-dev-tool/所有 js 文件中搜索&查找 js 函数定义在 chrome developer tool 打开的情况下, 按 ctrl + shift + F, 在通过 js 钩子查找代码位置时很有用, 查找支持正则表达式查找函数定义: ctrl + shift + 0 (在 Scripts panel 下)查找文件: ctrl + o (在 Scripts panel 下)9. 实时修改 js 代码生效页面外部 js 文件在 Scripts 面板中可以直接修改, 改完后按 c 阅读全文
posted @ 2013-02-28 14:26 zhuzefu 阅读(232) 评论(0) 推荐(0) 编辑