使用tableExport.js导出,另有base64.js文件,导出excel和png时无中文乱码,其它暂时未测, 不支持IE浏览器。
引入:
<script type="text/javascript" src="/web/js/tableExport.js"></script>
<script type="text/javascript" src="/web/js/jquery.base64.js"></script>
使用:
$(
'#tableId').tableExport({type:
'excel',
escape:
'false'});
OVER
tableExport.js、base64.js下载链接
转载请注明原文地址: https://ju.6miu.com/read-965507.html