摘要:
import subprocess as t import time, os, requests, sys WEB_IP = '127.0.0.1:8080' # WEB_IP = '127.0.0.1' REDIS_IP = '127.0.0.1' REDIS_PORT = '18890' # 获取当前时间 def getCurrentTime(): return time.st... 阅读全文
posted @ 2018-09-17 13:11
糖豆爸爸
阅读(810)
评论(0)
推荐(0)