Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

处理 url 特殊字符转义 #2

Open
bighuang624 opened this issue Mar 19, 2018 · 0 comments
Open

处理 url 特殊字符转义 #2

bighuang624 opened this issue Mar 19, 2018 · 0 comments
Labels

Comments

@bighuang624
Copy link
Owner

URL特殊符号及对应的十六进制值编码:

1. +  URL 中+号表示空格 %2B   
2. 空格 URL中的空格可以用+号或者编码 %20   
3. /  分隔目录和子目录 %2F    
4. ?  分隔实际的 URL 和参数 %3F    
5. % 指定特殊字符 %25    
6. # 表示书签 %23    
7. & URL 中指定的参数间的分隔符 %26    
8. = URL 中指定参数的值 %3D  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant