摘要: time & datetime模块 1 1 #_*_coding:utf-8_*_ 2 2 __author__ = 'Alex Li' 3 3 4 4 import time 5 5 6 6 7 7 # print(time.clock()) #返回处理器时间,3.3开始已废弃 , 改成了time 阅读全文
posted @ 2019-02-28 09:38 在路上2019 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 正则表达式用于做字符串匹配,在python中用re模块来操作 生成正则的在线工具:http://tool.chinaz.com/regex 阅读全文
posted @ 2019-02-28 08:44 在路上2019 阅读(149) 评论(0) 推荐(0) 编辑