⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.java

📁 java学习课件
💻 JAVA
字号:
public class test
{
	public static void main(String [] args)
	{StudentRegister stu1,stu2;
	 stu1=new StudentRegister();
	 stu2=new StudentRegister("刘建立","会飞的鱼","男","87-10-14","河南","20052430317","00000000000",90,"信息工程","计算机");
	 stu1.displayall();
	 stu2.displayall();
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -