摘要:
import datetime, pymysql# print(datetime.datetime.today()) # 当前时间至秒# print(datetime.datetime.now()) # 当前时间,与today一致# print(datetime.datetime.today().s 阅读全文
摘要:
import flask, jsonfrom tools import op_mysqlserver = flask.Flask(__name__)@server.route('/get_user', methods=['get', 'post']) # 定义接口访问的路径和请求方式def get_ 阅读全文