用Prototype JS解析URI参数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用Prototype JS解析URI参数相关的知识,希望对你有一定的参考价值。
This will return the value of "param" form the URI. For example if you havewww.example.com/index.html?param=some_value
it will return "some_value".
NOTE! This only works if you use Prototype javascript framework.
document.URL.toQueryParams().param
以上是关于用Prototype JS解析URI参数的主要内容,如果未能解决你的问题,请参考以下文章