摘要: import timedef xiamen(): import pymysql import requests import time import re import datetime import hashlib def get_time(strs): if len(strs) > 25: # 阅读全文
posted @ 2021-11-21 13:22 布都御魂 阅读(53) 评论(0) 推荐(0) 编辑
摘要: import pymysql def get_md5(parmStr): # 1、参数必须是utf8 # 2、python3所有字符都是unicode形式,已经不存在unicode关键字 # 3、python3 str 实质上就是unicode if isinstance(parmStr, str) 阅读全文
posted @ 2021-11-21 13:21 布都御魂 阅读(59) 评论(0) 推荐(0) 编辑