摘要:
注册接口 阅读全文
摘要:
import flask,json #__name__,表示当前这个python文件 server = flask.Flask(__name__) #把当前这个python文件,当作一个服务。 @server.route('/',methods=['get','post']) #装饰器,index()就不是一个普通的函数了 #methods不写,默认get请求,根据情况要g... 阅读全文
摘要:
string类型 哈希类型 阅读全文
摘要:
安装 pip install xlwt pip install xlrd 写Excel 读Excel 修改Excel 阅读全文