摘要: class testStoreAppointmentAdd(self): arr = random.sample(["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"], 8) #获取一个8位数随机数 RandomNum = "".join(arr) # 阅读全文
posted @ 2020-12-18 12:15 one*love 阅读(106) 评论(0) 推荐(0)