createElement('a'); link.href = data; link.download="file.pdf"; link.click(); ... I used this with a react application calling a API in ...
確定! 回上一頁