记录搬砖中遇到的坑,欢迎批评指导!
$("<a>").attr("href", url).attr("target", "_blank")[0].click(); //jquery
window.open(href_url, '_blank').focus(); //原生window打开