brf-test
import random

res=random.sample(range(low, high), n) 
#low指定最小
# high 指定最大
#n 指定获取多少个

 

分类:

技术点:

相关文章: