template<class T> pplx::task<T> Get(const std::string& url) { return pplx::create_task([=]{ http_client_config config; ...
確定! 回上一頁