How can I open csv file received from axios get response in new window

前端 未结 0 1510
予麋鹿
予麋鹿 2020-12-09 15:16

Good day. I had such a construction and it worked.

       axios.post(url, testsToExportToCsv)
            .then(response => {
                let win = win         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题