select column_name,column_comment from information_schema.COLUMNS where table_name = 'capture_config';
result
| id | id |
| site | 网站 |
| page | 页面 |
| classify | 类别 |
| title | 类别标题 |
| rule | 获取规则 |
select column_name,column_comment from information_schema.COLUMNS where table_name = 'capture_config';
result
| id | id |
| site | 网站 |
| page | 页面 |
| classify | 类别 |
| title | 类别标题 |
| rule | 获取规则 |