摘要: 参考: https://www.cnblogs.com/caicaihong/p/5687522.html http://www.pythonclub.org/python-network-application/urlencode https://www.cnblogs.com/jessicaxu 阅读全文
posted @ 2019-12-26 13:46 anobscureretreat 阅读(396) 评论(0) 推荐(0)
摘要: import sys import os sys.path.append("/".join(os.path.dirname(os.path.abspath(__file__)).split("/")[:-1])) from util.getinfolib import getinfo import lib.requests print(getinfo().url) r=requests.get(g 阅读全文
posted @ 2019-12-26 11:13 anobscureretreat 阅读(179) 评论(0) 推荐(0)