第一次使用随笔,感觉还是蛮别扭的
a.html
b.html
<script language="JavaScript"> <br>document.write(location+"<br>"); <br>document.write(location.search+"<br>"); <br>document.write(decodeURIComponent(location.search.substr(location.search.indexOf("=")+1))); <br></script>











