列表项计数离子 2

  • 本文关键字:列表 ionic2
  • 更新时间 :
  • 英文 :


如何获取项目数我可以这样做吗?

this.todoService.getItems().then((data) => {
          this.items = data;

    }, (err) => {
        console.log("not allowed");
    });
  }

javascript 中的数组具有 .length 属性。

更多信息请访问链接

相关内容

  • 没有找到相关文章

最新更新