HTML DOM search ÊôÐÔ

¶¨ÒåºÍÓ÷¨

search ÊôÐÔÊÇÒ»¸ö¿É¶Á¿ÉдµÄ×Ö·û´®£¬¿ÉÉèÖûò·µ»Øµ±Ç° URL µÄ²éѯ²¿·Ö£¨ÎʺŠ? Ö®ºóµÄ²¿·Ö£©¡£

Óï·¨

location.search=path_from_questionmark

ʵÀý

¼ÙÉ赱ǰµÄ URL ÊÇ: http://www.w3school.com.cn/tiy/t.asp?f=hdom_loc_search

<html>
<body>

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

</body>
</html>

Êä³ö£º

?f=hdom_loc_search
VUE