<html><head><meta charset="UTF-8"><script type="text/javascript"> function SaveAs() { document.execCommand('saveas'); }</script></head><body> <a onclick="SaveAs()"> <table id="showTable" border="2px"> <tr> <th>name</th> <th>time</th> </tr> </table> </a></body></html>我将这个table用a 嵌套了。意图:点击这个a的时候,可以出现一个下载,将这个table下载?
添加回答
举报
0/150
提交
取消