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;
相關文章
相關標籤/搜索