12 2021 档案

摘要:Random rd = new SecureRandom(); int type = rd.nextInt(3); int num=0; if(type ==1){ num=4; }else if(type ==2){ num=5; }else if(type ==3){ num=7; }else 阅读全文
posted @ 2021-12-21 10:28 风中有朵云做的鱼