标签: javascript popupwindow
我使用window.open(url, '_blank');来打开新标签,但有时会出现弹出窗口。我该如何防止这种情况?
window.open(url, '_blank');
感谢