摘要: 1 import random 2 def genFile(filename,block=1,size=1): 3 f=open(filename,"wb") 4 content="" 5 #for j in range(1024*1024): 6 for j in range(1): 7 content=bytes(b"") 8 #for i in range(1024): 9 for i in range(1):10 ... 阅读全文
posted @ 2014-01-03 15:55 唠叨阁大学士 阅读(1384) 评论(0) 推荐(0) 编辑