HTML DOM href ÊôÐÔ

¶¨ÒåºÍÓ÷¨

href ÊôÐÔÊÇÒ»¸ö¿É¶Á¿ÉдµÄ×Ö·û´®£¬¿ÉÉèÖûò·µ»Øµ±Ç°ÏÔʾµÄÎĵµµÄÍêÕû URL¡£

Òò´Ë£¬ÎÒÃÇ¿ÉÒÔͨ¹ýΪ¸ÃÊôÐÔÉèÖÃÐ嵀 URL£¬Ê¹ä¯ÀÀÆ÷¶ÁÈ¡²¢ÏÔʾÐ嵀 URL µÄÄÚÈÝ¡£

Óï·¨

location.href=URL

ʵÀý

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

<html>
<body>

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

</body>
</html>

Êä³ö£º

http://example.com:1234/test.htm#part2
VUE