摘要: #collections模块 #namedtuple: 给元祖中的元素定义。 from collections import namedtuple # stuct_time = namedtuple('l_time',('year','month','day','mday','wday')) # t 阅读全文
posted @ 2018-05-21 20:51 消暑酸梅粉 阅读(116) 评论(0) 推荐(0)