<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下載?
如何完成這個SaveAs 函數?
蝴蝶不菲
2018-09-06 14:13:46