__init__.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:alfred-10000ft-scripts 作者: jceelen 项目源码 文件源码
def post(self, cgi, params):
        "Ship a POST request to a specified CGI, capture the response."
        self.set_option(pycurl.POST, 1)
        self.set_option(pycurl.POSTFIELDS, urllib_parse.urlencode(params))
        return self.__request(cgi)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号