2023年3月17日
摘要: # coding:utf-8 try: from urllib2 import urlparse except: from urllib import parse as urlparse d = urlparse.urlparse("http://www.test.com/a/b/c?name=李明 阅读全文
posted @ 2023-03-17 18:00 boye169 阅读(74) 评论(0) 推荐(0)