这里主要使用了一个 random 随机模块中的 randint 和 choice。Python
的随机模块还是很强大的。
#!/usr/bin/env python #随机数据生成 from random import randint,choice from string import lowercase from sys import maxint from time import ctime defrandDataGenerate () : doms = ('sina.com', '163.com', 'cctv.cn', 'yahoo.com.cn', 'csdb.net')