Launch download in the same tab without opening new tab or window in Javascript

后端 未结 4 545
野趣味
野趣味 2020-12-13 06:38

I am using this javascript function to launch download

function startDownload(url) {
   window.open(url, \'Download\');
}

It works, but i

4条回答
提交回复
热议问题