08 2020 档案
摘要:1 <html> 2 <head> 3 <meta charset="UTF-8"> 4 <title>Document</title> 5 </head> 6 <body> 7 <input type="file" name="contractFileName" style="width: 500
阅读全文
摘要:一、效果如下(样式根据项目自动调整) 二、HTML页面 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <script src="../media/js/jquery-3.5.1.js" type="tex
阅读全文
摘要:一、不导出隐藏列 1、table 中添加 样式:table2excel 2、隐藏的列,添加 noExl 样式 3、导出时,指定不导出 样式为 noExl的列 二、指定列不进行导出
阅读全文