Bugfixed:修复调用方式对比一节中 Table 的排版错误

This commit is contained in:
Godfery 2018-11-07 23:12:10 +08:00 committed by GitHub
parent fd961f89e2
commit c7445e6ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -835,7 +835,7 @@ Chrome插件的JS主要可以分为这5类`injected script`、`content-script
## 调试方式对比
| JS类型 | 调试方式 | 图片说明 |
| ------------ | ------------ |
| ------------ | ------------ | ------ |
| injected script | 直接普通的F12即可 | 懒得截图 |
| content-script | 打开Console,如图切换 | ![](http://image.liuxianan.com/201612/20161220_105526_629_8533.png) |
| popup-js | popup页面右键审查元素 | ![](http://image.liuxianan.com/201612/20161220_105716_178_6900.png) |