摘要: #!/usr/bin/env python# -*- coding: utf-8 -*-# @Author : liu wenhe# @File : run.py# @Time : 2021/5/5 21:51from tools.http_request import HttpRequestfro 阅读全文
posted @ 2021-05-06 21:38 怀远 阅读(254) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python# -*- coding: utf-8 -*-# @Author : liu wenhe# @File : http_request.py# @Time : 2021/5/5 16:48import requestsclass HttpRequest: de 阅读全文
posted @ 2021-05-06 21:28 怀远 阅读(105) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python# -*- coding: utf-8 -*-# @Author : liu wenhe# @File : do_excel.py# @Time : 2021/5/5 22:30import openpyxlimport os# ************** 阅读全文
posted @ 2021-05-06 21:21 怀远 阅读(77) 评论(0) 推荐(0)