<a href="http://www.stackoverflow.com" target="_blank">click</a>
有没有办法留在当前窗口而不是去选项卡?
Is there a way to stay on the current window instead of going to the tab [when the link has target="_blank"] ?
target="_blank"
只有当你这样做这样的事情…
$('a[target="_blank"]').removeAttr('target');