开发者工具那些你未必知道的console命令
build 编译
相当于点击“编译”按钮
![](https://image.wxopen.club/content_5cd1de80-40e8-11ea-8bd7-001a7dda7111.png)
preview 预览
![](https://image.wxopen.club/content_5d0cea54-40e8-11ea-ae0b-001a7dda7111.png)
upload 上传代码
![](https://image.wxopen.club/content_5d35da18-40e8-11ea-8869-001a7dda7111.png)
cleanAppCache 清除应用缓存
清除完需要重新编译
![](https://image.wxopen.club/content_5d564430-40e8-11ea-a60d-001a7dda7111.png)
showRequestInfo 查看请求过链接的信息
检查证书一大利器
![](https://image.wxopen.club/content_5d7bdbdc-40e8-11ea-8bec-001a7dda7111.png)
showSystemInfo 显示当前开发者工具占用内存及其他信息
![](https://image.wxopen.club/content_5db082be-40e8-11ea-8d23-001a7dda7111.png)
checkProxy 检测目标网址是否启用代理
![](https://image.wxopen.club/content_5dcf8df6-40e8-11ea-b3af-001a7dda7111.png)
openToolsLog 打开开发者工具日志目录
openPlugin 打开插件目录
openVendor 打开供应商目录
更多详细的命令使用 help 进行获取