fw.py 文件源码

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

项目:reahl 作者: reahl 项目源码 文件源码
def __init__(self, url_string):
        split_url = urllib_parse.urlsplit(url_string)
        self.scheme = split_url.scheme     #:
        self.username = split_url.username #:
        self.password = split_url.password #:
        self.hostname = split_url.hostname #:
        self.port = split_url.port         #:
        self.path = split_url.path         #:
        self.query = split_url.query       #:
        self.fragment = split_url.fragment #:
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号