BBS水木清华站∶精华区

发信人: joywing (阿joy), 信区: Java        
标  题: Re: 如何在socket中传送汉字 
发信站: BBS 水木清华站 (Wed May 17 18:57:01 2000) 
 
byte[] temp_t; 
String temp_p; 
temp_p=request.getParameter("message"); 
temp_t=temp_p.getBytes("ISO8859-1"); 
String temp=new String(temp_t); 
 
【 在 acron (沉默) 的大作中提到: 】 
 兄弟, 
 能先讲讲在servlet中汉字输出注意的问题吗? 
 
 
-- 
天空留不下我的痕迹,但我已飞过 
 
※ 来源:·BBS 水木清华站 smth.org·[FROM: 202.105.112.16] 

BBS水木清华站∶精华区