摘要: 1) 链接地址、表单提交、重定向、转发的路径应该如何写? a. 链接地址: b. 表单提交: c. 重定向: response.sendRedirect(""); d. 转发: getRequestDispatcher("");2) 相对路径不绝对路径 相对路... 阅读全文
posted @ 2014-03-23 19:31 不苦先生 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1.表单中文处理步骤** step1 jsp 文件,要添加 表单设置 method="post"。 step2 在 servlet 类当中,添加 request.setCharacterEncoding("utf-8"); step3 如果要访问数据库: ... 阅读全文
posted @ 2014-03-23 19:27 不苦先生 阅读(128) 评论(0) 推荐(0) 编辑