摘要:
import datetime, pymysql# print(datetime.datetime.today()) # 当前时间至秒# print(datetime.datetime.now()) # 当前时间,与today一致# print(datetime.datetime.today().s 阅读全文
posted @ 2018-01-22 21:51
Crish
阅读(156)
评论(0)
推荐(0)
摘要:
import flask, jsonfrom tools import op_mysqlserver = flask.Flask(__name__)@server.route('/get_user', methods=['get', 'post']) # 定义接口访问的路径和请求方式def get_ 阅读全文
posted @ 2018-01-22 21:51
Crish
阅读(1285)
评论(0)
推荐(0)
浙公网安备 33010602011771号