Home >Web Front-end >JS Tutorial >Javascript method to obtain link (url) parameters_javascript skills

Javascript method to obtain link (url) parameters_javascript skills

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 18:55:551182browse

Method 1: Treat the link as a string, decompose it according to the link format, and then obtain the corresponding parameter value.
Method 2: Direct matching using regular expressions.
Keyword: parameter Parameters: location.href, url, link, javascript
Method 1:
Decompose link method:

Copy code The code is as follows:



Method 2:
Use regular matching:
Copy code The code is as follows:


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn