摘要:
import re c = ''' Accept: application/json, text/javascript, */*; q=0.01 Accept-Encoding: gzip, deflate Accept-Language: zh-CN,zh;q=0.9 Connection: ke 阅读全文
摘要:
一、程序需要知识 1、python中随机数的生成 # 生成 0 ~ 9 之间的随机数 # 导入 random(随机数) 模块 import random print(random.randint(0,9)) 2、python获取当前时间和时间戳 import time,datetime #时间戳 p 阅读全文