会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
前行者2011
博客园
首页
新随笔
联系
管理
订阅
2013年8月28日
time模块 分类: python Module 2013-08-28 15:21 266人阅读 评论(0) 收藏
摘要: import time#time.asctime()将元组转换为字符串;如果指定元组,则转换为响应的字符串不指定元组,默认是当前时间。t = time.asctime((2000,2,10,11,12,11,-1,-1,-1,))print tprint type(t)time.strftime(f...
阅读全文
posted @ 2013-08-28 15:21 前行者2011
阅读(105)
评论(0)
推荐(0)
编辑
公告