html格式_html/css_WEB-ITnose
来源:懂视网
责编:小采
时间:2020-11-27 15:51:23
html格式_html/css_WEB-ITnose
html格式_html/css_WEB-ITnose:我用命令从sqlite直接导出html文件: sqlite3 -html -header foods.db select * from dzh; >mm.html 打开网页一看,发现不是自己想要的格式.不知道怎么组织成表格的格式,像excel或者listctrl或者grid表格形式 下面是我的mm.html
导读html格式_html/css_WEB-ITnose:我用命令从sqlite直接导出html文件: sqlite3 -html -header foods.db select * from dzh; >mm.html 打开网页一看,发现不是自己想要的格式.不知道怎么组织成表格的格式,像excel或者listctrl或者grid表格形式 下面是我的mm.html

我用命令从sqlite直接导出html文件:
sqlite3 -html -header foods.db "select * from dzh;" >mm.html
打开网页一看,发现不是自己想要的格式.不知道怎么组织成表格的格式,像excel或者listctrl或者grid表格形式
下面是我的mm.html:
issue |
Defense |
Foreign Policy |
Health Care |
National Security |
Economy |
Unemployment |
Education |
Abortion |
Social Security |
Environment |
回复讨论(解决方案)
这个不清楚
只拷贝出来了表头单元格
,普通行 | 同列,前后少了table标签符号,前后分别加上试试
html格式_html/css_WEB-ITnose
html格式_html/css_WEB-ITnose:我用命令从sqlite直接导出html文件: sqlite3 -html -header foods.db select * from dzh; >mm.html 打开网页一看,发现不是自己想要的格式.不知道怎么组织成表格的格式,像excel或者listctrl或者grid表格形式 下面是我的mm.html
Top
|