This function is to parse and obtain the parameters of the current path. For example, for the URL "www.baidu.com?kw=Hello", calling the function "getParameterByName('kw')" returns "Hello". This function mainly matches through regular expressions and returns the first matched result value
This function is to parse and obtain the parameters of the current path. For example, for the URL "www.baidu.com?kw=Hello", calling the function "getParameterByName('kw')" returns "Hello".
This function mainly matches through regular expressions and returns the first matched result value