A
ayala_strike
Unregistered / Unconfirmed
GUEST, unregistred user!
<jsp:forward page="..//login//msg.jsp">
<jsparam name="msg" value="<%="你好"%>"/>
</jsp:forward>
然后在msg.jsp中接收msg变量,但是却得到乱码,怎么回事(我已经在msg.jsp中加入了<%@ page contentType="text/html;
charset=gb2312" language="java" %>
)
<jsparam name="msg" value="<%="你好"%>"/>
</jsp:forward>
然后在msg.jsp中接收msg变量,但是却得到乱码,怎么回事(我已经在msg.jsp中加入了<%@ page contentType="text/html;
charset=gb2312" language="java" %>
)