%3A -> 3A -> 16*3+10 -> 58 -> chr(58) = ":"
%2F -> 2F -> 16*2+15 -> 47 -> chr(47) = "/"
就是转换。
------------------------
你的应该是UTF8的字符被UrlEnCode掉了
在php中可以用urldecode来转换回来
转载于:https://www.cnblogs.com/MyFlora/p/3186115.html