摘要:
# parse.quote_plus url 编码 # parse.unquote_plus url 解码 from urllib import parse url = 'http://www.baidu.com?query=python 基础教程' print(parse.quote_plus(u 阅读全文
posted @ 2018-05-25 15:15
lynn_chen
阅读(94)
评论(0)
推荐(0)
2018年5月25日