摘要: 问题描述:useBean行为定义了Java Bean对象(Person类包括姓名[string],年龄[int]),使用html页面向JSP页面提交数据,JSP页面中使用Java Bean行为来处理提交的表单(提交方式:method=post).当姓名为英文时,jsp页面显示姓名正常;当为中文时显示 阅读全文
posted @ 2016-07-18 17:49 xiaojiayu 阅读(1992) 评论(0) 推荐(1)