HTML DOM host ÊôÐÔ
¶¨ÒåºÍÓ÷¨
host ÊôÐÔÊÇÒ»¸ö¿É¶Á¿ÉдµÄ×Ö·û´®£¬¿ÉÉèÖûò·µ»Øµ±Ç° URL µÄÖ÷»úÃû³ÆºÍ¶Ë¿ÚºÅ¡£
Óï·¨
location.host
ʵÀý
¼ÙÉ赱ǰµÄ URL ÊÇ: http://example.com:1234/test.htm#part2£º
<html>
<body>
<script type="text/javascript">
document.write(location.host
);
</script>
</body>
</html>
Êä³ö£º
example.com:1234