WWW.bytes 字节
var bytes : byte[]
Description描述
Returns the contents of the fetched web page as a byte array (Read Only).
以字节组的形式返回获取到的网络页面中的内容(只读)。
If the object has not finished downloading the data, it will return an empty byte array. Use isDone or yield to see if the data is available.
如果物体资源没有被完全下载,将返回一个空的字节组。利用isDone或者yield查看下载的资源是否可用。
参考: bytes 属性.
最后修改:2011年4月25日 Monday 9:22