作者TonyQ (骨头)
站内java
标题Re: [JSP ] 中文 显示 为乱码~
时间Sat Feb 18 16:04:22 2006
※ 引述《PsMonkey (痞子军团团长)》之铭言:
: ※ 引述《TonyQ (骨头)》之铭言:
: : membername =new String(membername.getBytes("iso-8859-1"), "UTF-8");
: : add this line and try it again :)
: 恩... 你怎麽能这麽肯定他是 8859 的编码? Orz
这是经验..XD (其实是网页预设为8859啦 :p)
: 这样子搞比较好
: membername =new String(
: membername.getBytes(request.getCharacterEncoding()), "UTF-8"
老大 这样可能会有java.lang.NullPointerException
当它网页编码是8859的时候
Java API的 参考文件在此 :)
http://0rz.net/f413G
If no character encoding has been specified, ISO-8859-1 is returned.
: );
: =====
: 只不过... 恩... 这样还是不能保证问题解决... [茶]
--
站内信
--
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
※ 编辑: TonyQ 来自: 140.138.240.60 (02/19 00:45)