04 2021 档案

摘要:1 package com.study.test; 2 3 public class User { 4 public String name; 5 6 public User(String name, Integer age) { 7 this.name = name; 8 this.age = a 阅读全文
posted @ 2021-04-28 22:09 冯方 阅读(40) 评论(0) 推荐(0)