摘要: 创建一个长度为6的int型数组,要求数组元素的值都在1-30之间,且是随机赋值。同时,要求元素的值各不相同。 import org.junit.Test; import java.util.Random; public class DemoTest { @Test public void test1 阅读全文
posted @ 2020-03-22 19:43 yewook 阅读(1147) 评论(0) 推荐(0) 编辑