uri::decode 方法

对编码的字符串进行解码。

_ASYNCRTIMP static utility::string_t __cdecl decode(
   const utility::string_t &encoded
);

参数

  • encoded
    作为一个字符串的 URI。

返回值

已解码的字符串。

要求

**标头:**base_uri.h

**命名空间:**web::http

请参见

参考

uri 类