as3中的socket的readUTFBytes方法,它的UTF指的是UTF-8,只要服务器采用UTF-8编码,传输和修改中文的问题就能解决

as3中的socket的readUTFBytes方法,它的UTF指的是UTF-8,只要服务器采用UTF-8编码,传输和修改中文的问题就能解决

 

readUTFBytes () 方法  
public function readUTFBytes(length:uint):String

 

语言版本 :  ActionScript 3.0
Player 版本 :  Flash Player 9

 

从套接字读取 length 参数所指定的 UTF-8 数据的字节数,并返回一个字符串。

参数

length:uint — 要读取的字节数。

 

返回
String

引发
EOFError — 可读取的数据不足。
 
IOError — 套接字上发生 I/O 错误,或者套接字未打开。

 

上一篇:使用Chronos执行whenever任务


下一篇:org.eclipse.swt.SWTError: No more handles的解决办法