def makeNew():
u''' 随机生成新的18为身份证号码 '''
t = time.localtime()[0]
x = '%02d%02d%02d%04d%02d%02d%03d' %(random.randint(10,99),
random.randint(01,99),
random.randint(01,99),
random.randint(t - 80, t - 18),
random.randint(
python写的随机生成身份证号码的函数
来源:
作者:
时间:2007-09-19
点击:
0
最新评论共有 0 位网友发表了评论
查看所有评论
发表评论
热点关注
Google Adsense

