HTML DOM pathname ÊôÐÔ

¶¨ÒåºÍÓ÷¨

pathname ÊôÐÔÊÇÒ»¸ö¿É¶Á¿ÉдµÄ×Ö·û´®£¬¿ÉÉèÖûò·µ»Øµ±Ç° URL µÄ·¾¶²¿·Ö¡£

Óï·¨

location.pathname=path

ʵÀý

¼ÙÉ赱ǰµÄ URL ÊÇ: http://example.com:1234/test/test.htm#part2£º

<html>
<body>

<script type="text/javascript">
document.write(location.pathname);
</script>

</body>
</html>

Êä³ö£º

/test/test.htm
VUE