java實現一個洗牌程序

package com.gui.xp; public class Shuffle { /** * 洗牌 */ public static void main(String[] args) { System.out.println(xp()); } public static int xp() { // member爲隊員號碼數組,共19個隊員 int[] member = new int[54];
相關文章
相關標籤/搜索