1

我正在使用 Titanium Mobile 框架为 iPhone 开发应用程序。

我在为 ACS(Appcelerator 云服务)API 调用设置超时时遇到问题,因此如果网络不够强,应用程序不会挂起。

我怎样才能做到这一点。我阅读了文档,但找不到与此相关的内容。

以下是我的代码。

Cloud.Objects.query({
        classname: 'MyScores',
        page: 2,
        per_page: 5,
    }, function (e) {
        if (e.success) {

        }
        else {

        }
    });
4

0 回答 0