WWW.text 文本

var text : string

Description描述

Returns the contents of the fetched web page as a string (Read Only).

通过网页获取并以字符串的形式返回内容(只读)。

If the object has not finished downloading the data, it will return an empty string. Use isDone or yield to see if the data is available.

如果资源下载的时候没有完全下载,将返回一个空的字符,使用isDone或者yield可以查看资源的完整性。

This function expects the web page contents in UTF-8 or ASCII character set. The returned string might be not correct for other characters or binary data. Use bytes property to get raw byte array in these cases.

这个函数需要的网页资源内容是UTF-8或者ASCII字符集。返回的字符串可能不适合其它字符或者二进制的正确。可以使用字节属性来获取原始字节在这些返回的值中。

参考: bytes 属性.

最后修改:2011年4月25日 Monday 9:23

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。