05 2021 档案

摘要:1. package Class; public class Class1 { public static void main(String[] args) { // TODO Auto-generated method stub Point p1 = new Point(1,2); p1.move 阅读全文
posted @ 2021-05-23 16:06 刘德璞 阅读(52) 评论(0) 推荐(0)
摘要:1. package test; import java.util.Scanner; public class test { public static void main(String[] args) { int x[]={7,4,8,1,9}; jc(x); for (int i : x) { 阅读全文
posted @ 2021-05-10 16:13 刘德璞 阅读(43) 评论(0) 推荐(0)