上一页 1 ··· 53 54 55 56 57
摘要: 方法一: file = open("test.txt", 'w').close() 直接清空“test.txt”里面的内容 方法二: with open("test.txt", 'r+') as file: file.truncate(0) 阅读全文
posted @ 2020-03-19 20:30 profesor 阅读(32388) 评论(0) 推荐(1) 编辑
摘要: 查询地址http://www.teach.ustc.edu.cn/category/calendar 科大教务处http://www.teach.ustc.edu.cn/ 阅读全文
posted @ 2020-03-06 09:42 profesor 阅读(213) 评论(0) 推荐(0) 编辑
上一页 1 ··· 53 54 55 56 57