在 url 里面出现的, 是加密的一种么?
1
tobyxdd 2015-12-17 13:20:21 +08:00 via Android
":"","
|
2
Hello1995 2015-12-17 13:21:16 +08:00 via Android
不是,请搜 urlencode 和 urldecode 。
|
3
comicfans44 2015-12-17 13:21:49 +08:00
http://www.url-encode-decode.com/
What is URL encoding? URL encoding stands for encoding certain characters in a URL by replacing them with one or more character triplets that consist of the percent character "%" followed by two hexadecimal digits. The two hexadecimal digits of the triplet(s) represent the numeric value of the replaced character. |