农民
农民
  • 发布:2015-05-26 10:23
  • 更新:2015-07-05 11:59
  • 阅读:1444

请教 plus.uploader.enumerate 方法 例子

分类:HTML5+

请教 plus.uploader.enumerate 方法 例子

详细点

文档里 写的 不知道 怎么用。。

2015-05-26 10:23 负责人:无 分享
已邀请:
12312312

12312312

plus.downloader.enumerate(function(_thisd){
if(_thisd.length>0)
plus.nativeUI.confirm("您有"+_thisd.length+"项下载任务未完成,是否继续下载?", function(e) {
if (e.index == 0) {
$(_thisd).each(function(){
this.start();
});
}
}, "继续下载", ["是", "否"]);
});

该问题目前已经被锁定, 无法添加新回复