string url = HttpUtility.UrlDecode("List?type=1");
UrlDecode
对字符串进行URL解码。 返回值:已解码的字符串 函数种类: 编码处理 内容说明 本函数对字符串进行URL解码。例如通过 urlencode 编码后的字符串,可通过UrlDecode进行解码。 对Url路径加码的函数是 UrlEncode 用法相反,和UrlDecode是一致对应的.string url = HttpUtility.UrlDecode("List?type=1");
UrlDecode
对字符串进行URL解码。 返回值:已解码的字符串 函数种类: 编码处理 内容说明 本函数对字符串进行URL解码。例如通过 urlencode 编码后的字符串,可通过UrlDecode进行解码。 对Url路径加码的函数是 UrlEncode 用法相反,和UrlDecode是一致对应的.