
JSP/网络编程
凌摩绛霄
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
forward指令乱码问题
1. forward1.jsp 用户名: 密码: 2. forward2.jsp <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <% String user=request.ge原创 2016-04-17 00:57:23 · 488 阅读 · 0 评论 -
forward的第二种使用方式
1、Example1.jsp " /> //在跳转页面时要传递的参数,hellostr=“value” 2、Example2.jsp <% String str=request.getParameter("hellostr"); %> 传递的字符串是:原创 2016-04-17 01:12:12 · 593 阅读 · 0 评论