摘要: public class test { public static void main(String[] args) { long[] arr = get(10); for (int i = 0; i < arr.length; i++) { System.out.print(arr[i]+" "); } } public static long[] get(in... 阅读全文
posted @ 2018-11-19 15:54 我的bug 阅读(184) 评论(0) 推荐(0) 编辑