我们可以在 CURLOPT_URL 中传递 wstring 吗
can we pass wstring in CURLOPT_URL
我尝试传递 wstring url 但它失败了,
有没有正确的方法来传递它或
我们可以在 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_URL, ?)
中传递编码 url 的 wstring
不,你不能。 CURLOPT_URL 将 C 字符串作为输入。
我尝试传递 wstring url 但它失败了, 有没有正确的方法来传递它或 我们可以在 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_URL, ?)
中传递编码 url 的 wstring不,你不能。 CURLOPT_URL 将 C 字符串作为输入。