https.py 文件源码

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

项目:python-spider 作者: titrxw 项目源码 文件源码
def makeCookie(self,name,value):
        return cookielib.Cookie(
            version=0,
            name=name,
            value=value,
            port=None,
            port_specified=False,
            domain=NetTool.getDoMain(),
            domain_specified=True,
            domain_initial_dot=False,
            path="/",
            path_specified=True,
            secure=False,
            expires=None,
            discard=False,
            comment=None,
            comment_url=None,
            rest=None
        )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号