摘要: 第一种、用for循环不断打开文件写入关闭 测试代码数据如下: import time begin = time.perf_counter() def a(f, lis): f.write(lis + '\n') lis = 'hello' lis2 = 'hello2' for i in range 阅读全文
posted @ 2020-07-03 09:34 Naihe\ 阅读(273) 评论(0) 推荐(0) 编辑
// 音乐播放器