摘要: 一、定义页面及Servlet 在jsp页面加入以下,避免乱码 三、测试环境搭建 1 public class Student { 2 private Integer id; 3 private String name; 4 private int age; 5 6 7 public Student( 阅读全文
posted @ 2018-03-08 19:55 honghj 阅读(286) 评论(0) 推荐(0) 编辑