摘要: 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)
摘要: c 阅读全文
posted @ 2020-12-16 17:59 冯方 阅读(34) 评论(0) 推荐(0)