摘要: 先看代码: public static void main(String[] args) { String str = "abc"; User user = new User(); user.setName("张三"); user.setAge(10); run(str, user); System 阅读全文
posted @ 2023-08-24 20:30 Aaronqcd 阅读(6) 评论(0) 推荐(0) 编辑