user表中的字段有username varcharpassword varcharage int根据表字段设计java类合理的是 A class Userprivate String username ;private String password;private int age;B class Userprivate String username ;private String passw
A. class User{ private String username ; private String password; private int age; }
原文地址: https://www.cveoy.top/t/topic/g8Wr 著作权归作者所有。请勿转载和采集!