摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- import time #时间模块 print(time.time())#当前时间戳 #本地时间 t=time.localtime() print(t)#time.struct_time(tm_year=201 阅读全文
posted @ 2018-08-06 18:06 下-个路口 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 实现对文件的简单操作 班级:191班 姓名:张三 学号:2018001 年龄:18 性别:男 姓名:李四 学号:2018002 年龄:21 性别:男 姓名:小花 学号:2018003 年龄:18 性别:女 姓名:小红 学号:2018004 年龄:33 性别:女 班级:188班 姓名:Oliver 学 阅读全文
posted @ 2018-08-06 11:14 下-个路口 阅读(171) 评论(0) 推荐(0) 编辑