- Elements
- Console
- Sources
- Network
- Performance
- Memory
- Application
- Security
- Audits
用来看页面的结构代码和样式
用来打印输出进行调试
console.log
console.dir
- 在源代码中进行断点调试
查看网络请求,可以看到请求的具体参数与返回结果
对页面使用的内存进行具体分析
查看cookie/local Storage..............
用来判断当前页面中是否使用了有效的HTTPS证书,不起到其他的作用