pycurl库使用详解

要使用pycurl库

要初始化一个curl对象

c = pycurl.Curl()

设置选项

c.setopt

原文地址:https://www.cnblogs.com/cleardo/p/4594028.html