方法1:使用ThreadLocalRandom(推荐,Java7+)ThreadLocalRandom是Java7引入的线程安全的随机数生成器,性能优于Random,importjava.util.concurrent.T...