pycurl 和 unescape
pycurl 中似乎没有curl_unescape,我该用什么代替?
curl_unescape doesnt seem to be in pycurl, what do i use instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
pycurl 中似乎没有curl_unescape,我该用什么代替?
curl_unescape doesnt seem to be in pycurl, what do i use instead?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您尝试过 urllib.quote 吗?
这里是文档
Have you tried
urllib.quote
?here's the documentation
curl_unescape
是一个过时的函数。 使用 curl_ easy_unescape
反而。
curl_ unescape
is an obsolete function. Use curl_ easy_unescape
instead.
我们计划在一两个月内发布新版本的 pycURL。 新版本将在您的计算机上安装 libcurl 的所有功能。 -:)
We are planning to release new version of pycURL in a month or two. The new version would have all features of libcurl installed on your machine. -:)