java工具类生成不重复随机数列表/*取1-max(max可取到)amount:需要生成的个数,max:随机生成为1-max*/
public static List<Object> random(in
2021-10-17