__init__.py 文件源码

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

项目:alfred-10000ft-scripts 作者: jceelen 项目源码 文件源码
def get(self, url="", params=None):
        "Ship a GET request for a specified URL, capture the response."
        if params:
            url += "?" + urllib_parse.urlencode(params)
        self.set_option(pycurl.HTTPGET, 1)
        return self.__request(url)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号