作者TonyQ (骨头)
看板java
标题Re: [JSP ] 中文 显示 为乱码~
时间Sat Feb 18 15:28:57 2006
※ 引述《ssac (缺个打屁聊天的)》之铭言:
: file name:member_count.jsp
: 内容如下:
: <%
: //取得表单栏位变数值
: String membername = request.getParameter("membername");
membername =new String(membername.getBytes("iso-8859-1"), "UTF-8");
add this line and try it again :)
: 则执行结果
: 从表单输入的中文字会成为 怪怪的码...其它的中文则可以正常显示
: 请问有那位高人可以帮忙解答 ....
: 谢谢
--
String temp="relax"; | Life just like programing
while(buringlife) String.forgot(temp); | to be right or wrong
while(sleeping) brain.setMemoryOut(); | need not to say
stack.push(life.running); | the complier will
stack.push(scouting.buck()); | answer your life
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.138.240.60