const getDomainWithoutSubdomain = url => { const urlParts = new URL(url).hostname.split('.') return urlParts .slice ...
確定! 回上一頁