欢迎来到萧静默的博客

书山有路勤为径,学海无涯苦作舟。
摘要: package test01; public class ARRARY { public static void main(String[] args) { int[] result = new int[50];//暂定存50个位置 int count = 0;//用于记录数组位置 // boole 阅读全文
posted @ 2020-04-02 14:30 萧静默 阅读(737) 评论(0) 推荐(0) 编辑