About Us
<p>
<script>
function getMainDomain() {
const host = window.location.hostname;
// 去除 www.
const cleanedHost = host.replace(/^www\./, "");
// 切割为域名部分数组
const parts = cleanedHost.split(".");
// 常见的国家级后缀(你可以按需扩展)
const doubleTLDs = ["com.cn", "net.cn", "gov.cn", "org.cn", "co.uk", "com.hk"];
const lastTwo = parts.slice(-2).join(".");
const lastThree = parts.slice(-3).join(".");
let domain = "";
// 如果是双后缀(如 baidu.com.cn)
if (doubleTLDs.includes(lastTwo) || doubleTLDs.includes(lastThree)) {
domain = parts[parts.length - 3]; // e.g., baidu
} else {
domain = parts[parts.length - 2]; // e.g., baidu
}
return domain.toUpperCase();
}
document.write(getMainDomain());
</script>
is your global online store that delivers latest fashion apparel for you! We have handmade toys , dresses, tops, bottoms and jewelry for girls and ladies. Thousands of products in different styles are waiting for you!</p>
<p>We value all our customers:</p>
<p>Our professional customer service team is always here to help you. Your satisfaction is our top priority!</p>
<p>Moreover, you can easily get your order anywhere in the world thanks to our worldwide shipping service!</p>
<p>Enjoy your shopping at<span> </span>
<script>
function getMainDomain() {
const host = window.location.hostname;
// 去除 www.
const cleanedHost = host.replace(/^www\./, "");
// 切割为域名部分数组
const parts = cleanedHost.split(".");
// 常见的国家级后缀(你可以按需扩展)
const doubleTLDs = ["com.cn", "net.cn", "gov.cn", "org.cn", "co.uk", "com.hk"];
const lastTwo = parts.slice(-2).join(".");
const lastThree = parts.slice(-3).join(".");
let domain = "";
// 如果是双后缀(如 baidu.com.cn)
if (doubleTLDs.includes(lastTwo) || doubleTLDs.includes(lastThree)) {
domain = parts[parts.length - 3]; // e.g., baidu
} else {
domain = parts[parts.length - 2]; // e.g., baidu
}
return domain.toUpperCase();
}
document.write(getMainDomain());
</script>
.</p>