This is a trick, function openInNewTab(url) { window.open(url, '_blank').focus(); } //or just window.open(url, '_blank').focus();.
確定! 回上一頁