(资料图片)
1、这还要什么抓阄软件呀,你就定义一个数组,用来存储你备选的名字。
2、然后写一个随机数用一个变量接受,然后输出就行了,给你写个例子吧String[] name={"九涛","小阳","小王","小付","小郭"};int num=name.length;Random ra=new Random();int i=ra.nextInt(num);System.out.println(name[i]);这样就可以随机输出那些名字中的一个。
本文到此分享完毕,希望对大家有所帮助。
关键词: