摘要:
输入hello <%-- Created by IntelliJ IDEA. User: bad boy Date: 2022/3/4 Time: 21:48 To change this template use File | Settings | File Templates.--%><%@ p 阅读全文
摘要:
public class Point { int x; int y; public Point(int x0, int y0) { super(); this.x = x0; this.y = y0; } public Point() { super(); } public void movePoi 阅读全文
摘要:
import java.util.Scanner; public class Texa1 { public static void mp() { System.out.println("请输入4个数字"); Scanner input = new Scanner(System.in); int a[ 阅读全文