URL Escape Codes
When encoding a URL, a character may not be available on the keyboard. Other times, the character of a URL might not be usable in contexts where it may conflict with a reserved character. In either case, the character can be encoded with a %
followed by its ASCII hexadecimal equivalent code.
|
|
For example: http://www.rpi.edu/%7Edecemj/
is the same as http://www.rpi.edu/~decemj/
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/100479.html原文链接:https://javaforall.net