python代码总结
主要记录初学者常用的一些代码:1.获取当前时间# -*- coding: gbk -*-import osimport timeimport shutil today = time.strftime('%Y-%m-%d 星期%w')now = time.strftime('%H:%M:%S')>>>2008-05-07 星期320:28:142.os.path常见属性o...