摘要: 注册接口 阅读全文
posted @ 2018-05-12 01:08 JosephPeng 阅读(1761) 评论(0) 推荐(0) 编辑
摘要: import flask,json #__name__,表示当前这个python文件 server = flask.Flask(__name__) #把当前这个python文件,当作一个服务。 @server.route('/',methods=['get','post']) #装饰器,index()就不是一个普通的函数了 #methods不写,默认get请求,根据情况要g... 阅读全文
posted @ 2018-05-12 01:06 JosephPeng 阅读(147) 评论(0) 推荐(0) 编辑
摘要: string类型 哈希类型 阅读全文
posted @ 2018-05-12 01:05 JosephPeng 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 安装 pip install xlwt pip install xlrd 写Excel 读Excel 修改Excel 阅读全文
posted @ 2018-05-12 00:58 JosephPeng 阅读(339) 评论(0) 推荐(0) 编辑