摘要:
import timedef xiamen(): import pymysql import requests import time import re import datetime import hashlib def get_time(strs): if len(strs) > 25: # 阅读全文
摘要:
import pymysql def get_md5(parmStr): # 1、参数必须是utf8 # 2、python3所有字符都是unicode形式,已经不存在unicode关键字 # 3、python3 str 实质上就是unicode if isinstance(parmStr, str) 阅读全文