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