$("<a>").attr("href", url).attr("target", "_blank")[0].click(); //jquery
window.open(href_url, '_blank').focus(); //原生window打开