当我在中使用以下脚本时www.example.com/about-us/user
,它显示了整个 url
<script type="text/javascript">
alert(document.URL);
</script>
我只想在这里获取域名,比如说example.com
.. 是否有任何用于检索域名的 javascript 内置函数?
当我在中使用以下脚本时www.example.com/about-us/user
,它显示了整个 url
<script type="text/javascript">
alert(document.URL);
</script>
我只想在这里获取域名,比如说example.com
.. 是否有任何用于检索域名的 javascript 内置函数?