我想通过单击文本来下载json文件。因此,将download属性添加到标记中。 尽管它不起作用,但是当我单击文本而不是下载文件时,文件就会打开。 这是标签:
<a href="../serverdata/data.json" download="testresults.json">
<h5>Click on the text if you want to download the Json file containing the test results</h5>
</a>
有人可以帮助我吗? 预先感谢。