search 属性是一个可读可写的字符串,可设置或返回当前 URL 的查询部分(问号 ? 之后的部分)。
location.search=path_from_questionmark
假设当前的 URL 是: https://www.365jz.com/index.php?act=plugins&identifier=diyfile&mod=parser&type=html&filename=hdom_loc_search
<html>
<body>
<script type="text/javascript">
document.write(location.search
);
</script>
</body>
</html>
输出:
?f=hdom_loc_search
如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛
Powered by 365建站网 RSS地图 HTML地图
copyright © 2013-2024 版权所有 鄂ICP备17013400号