返回介绍

WWW.text 文本

发布于 2019-12-18 15:38:47 字数 1043 浏览 1148 评论 0 收藏 0

JavaScript => var text: string;
C# => string text;

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属性来获取原始字节数组

See Also: bytes property.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文