摘要: <html><head> <p style="font-size: 20px;color: red;">使用a标签方式将json导出csv文件</p> <button onclick='tableToExcel()'>导出</button></head><body> <script> functio 阅读全文
posted @ 2019-05-23 17:58 野望之风 阅读(2144) 评论(1) 推荐(0) 编辑
摘要: Html中table的属性: border= “1”:给整个表格(包括表格及每一个单元格)加上1像素的黑色边框, 其等同于css中的: table,table tr th, table tr td { border:1px solid #0094ff; } cellpadding=“0”:单元格边距 阅读全文
posted @ 2019-05-23 11:22 野望之风 阅读(1116) 评论(0) 推荐(0) 编辑