还原 URL 编码字符串。
语法: string urldecode(string str);
返回值: 字符串
函数种类: 编码处理
本函数将 URL 编码后字符串还原成未编码的样子。编码使用 %## 的格式。
urlencode()