摘要: Requests库是用Python编写的,基于urllib,采用Apache2 Licensed开源协议的HTTP库 更详细的介绍,请参考https://zhuanlan.zhihu.com/p/34199974下面讲解get方法和post方法的封装和调用import requests,jsoncl 阅读全文
posted @ 2021-01-10 23:13 竹贤 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 使用python操作excel表格内容1、导入xlrd,os 包 import xlrd,osclass Operate_Excel():##构造函数,初始化数据 def __init__(self,fileName=None,sheetName=None): if fileName != None 阅读全文
posted @ 2021-01-10 23:01 竹贤 阅读(249) 评论(0) 推荐(0) 编辑