day07-jdk中Scanner类的使用

This commit is contained in:
2025-12-29 10:23:03 +08:00
parent 5b1a92991c
commit c32ed5737f
2 changed files with 27 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
package com.inmind.object_private03;
//标准的java类
public class Teacher {
private String name;