摘要:
摘自博客 https://blog.csdn.net/xc_zhou/article/details/80837962 如有侵权,请联系我删除 阅读全文
posted @ 2021-01-19 15:33
想扣篮的小矮子
阅读(76)
评论(0)
推荐(0)
摘要:
py2 import urlparse result = urlparse.urlparse(url) host = result.hostname py3 from urllib.parse import urlparse result = urlparse(url) host = result. 阅读全文
posted @ 2021-01-19 15:32
想扣篮的小矮子
阅读(109)
评论(0)
推荐(0)