Home > Web Front-end > JS Tutorial > body text

Javascript method to obtain link (url) parameters_javascript skills

WBOY
Release: 2016-05-16 18:55:55
Original
1146 people have browsed it

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:


Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template