我在 html 中有一个链接:
<a id="clicky" href="http://localhost:8080/filesystem/IT.xls"><p>Download</p></a>
我想添加其他 .xls 文件以供下载。有没有办法给一个链接多个来源或在用户端组合工作表?
我在 html 中有一个链接:
<a id="clicky" href="http://localhost:8080/filesystem/IT.xls"><p>Download</p></a>
我想添加其他 .xls 文件以供下载。有没有办法给一个链接多个来源或在用户端组合工作表?