Re: [JSP ] 中文 顯示 為亂碼~
※ 引述《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)
討論串 (同標題文章)
java 近期熱門文章
PTT數位生活區 即時熱門文章