在JavaScript中使用URL的GET参数
如果我在一个页面上
http://somesite.com/somepage.php?param1=asdf
在该页面的JavaScript中,我想将一个变量设置为URL的GET部分中的参数值。
所以在JavaScript中:
<script> param1var = ... // ... would be replaced with the code to get asdf from URI </script>
会是什么?
红糖糍粑
千巷猫影
相关分类