time module的几种用法(草稿)

>>> timePrefix = time.strftime('%Y_%m_%d_%H_%M%S')
>>> timePrefix
'2012_12_26_21_2250'

相关文章: