More Secure Solution. For JS only. const openInNewTab = (url) => { const newWindow = window.open(url, '_blank', 'noopener,noreferrer') if (newWindow) ...
確定! 回上一頁