Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 667 Bytes

chrome调试工具.md

File metadata and controls

52 lines (31 loc) · 667 Bytes

Chrome调试工具

  • Elements
  • Console
  • Sources
  • Network
  • Performance
  • Memory
  • Application
  • Security
  • Audits

1.Elements

用来看页面的结构代码和样式

2.Console

用来打印输出进行调试

  • console.log

  • console.dir

3.Source

  • 在源代码中进行断点调试

4.Network

查看网络请求,可以看到请求的具体参数与返回结果

5.Performance

6.Memory

对页面使用的内存进行具体分析

7.Application

查看cookie/local Storage..............

8.Security

用来判断当前页面中是否使用了有效的HTTPS证书,不起到其他的作用

9.Audits