返回介绍

WWW.error 错误

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

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

Description 描述

Returns an error message if there was an error during the download (Read Only).

返回一个错误消息,在下载期间如果产生了一个错误的话。(只读)

If there was no error, error will return null or an empty string (this is because some platforms don't allow nulls for string values). We recommend that you use String.IsNullOrEmpty to check for the presence of an error so that both cases are covered.

如果没有错误,error将返回null或空字符串(这是因为某些平台不允许字符串为null值)。我们建议你使用String.IsNullOrEmpty来检查错误,因此就取代了那两种错误。

If the object has not finished downloading the data, it will block until the download has finished. Use isDone or yield to see if the data is available.

如果该对象没有完成下载完数据,将会堵塞直到完成下载。使用isDone或者yield查看下载的数据是否可以使用。

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

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

发布评论

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