页:
[1]
| coolboy | 2003-12-10 05:27 AM |
|
<jsp:param>中文问题~~~~高手帮忙呀
-----------------------------------------------------------------
test.jsp
<%@ page contentType="text/html;charset=??????" %>
<html>
<body>
<%
String temp=request.getParameter("name");
out.println(temp);
%>
</body>
</html>
---------------------------------------------------------
zhongwen.jsp
<%@ page contentType="text/html; charset=??????" %>
<jsp:include page="test.jsp">
<jsp:param name="name" value="中文"/>
</jsp:include>
-------------------------------------------------------
运行zhongwen.jsp在浏览器中输出的是:涓????
怎么办呢?
最好是大家先把代码在你的机器上调试好了,再帖上来,我现在用了好多种方法,还是不可以~~~
在线等 qq:5695405
linux+jkd1.4+resin2.1.* |
Powered by Discuz! Archiver 6.1.0
© 2001-2006 Comsenz Inc.
Processed in 0.011822 second(s), 2 queries |