摘要: 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 import os 5 import random 6 7 def genSizeFile(fileName, fileSize): 8 #file path 9 filePath="Data"+fileName+".txt" 10 11 #... 阅读全文
posted @ 2017-01-09 10:30 逍遥无名 阅读(1017) 评论(0) 推荐(0)