Java page,request,session,application做用域,以及el表达式,JSTL标准标签库

User类css package cn.com.user; public class User { int id; String name; String sex; public User(int id, String name, String sex) { super(); this.id = id; this.name = name; this.sex = sex;
相关文章
相关标签/搜索