随机抽取数名学生JAVA程序
import java.util.*;public class TestStudent { int renshu = 8;//抽中人数 static List<String> list = new