摘要: location.search 返回URL的查询部分。假设当前的URL就是http://www.runoob.com/submit.htm?email=someone@ example.com: <script>document.write(location.search);</script> 以上 阅读全文
posted @ 2020-09-22 17:47 妖精泛泛 阅读(174) 评论(0) 推荐(0)