我不需要构建一个json然后下载,我已经有了json的url,我只需要下载为文件。我一直在关注其他线索的一些答案,但我无法得到它。一些答案使用外部库,jquery等。是否有通过javascript的干净解决方案?
window.location.href = "my_url";
没有做到这一点。我无法下载文件...只有它通过浏览器显示。例如,我试过这个:How to trigger a file download when clicking an html button or javascript
<form method="get" action="file.doc">
<button type="submit">Download!</button>
</form>
但不知道如何使用json类型文件强制下载