gpt4 book ai didi

meteor - 创建集合并在浏览器控制台获取

转载 作者:行者123 更新时间:2023-12-01 10:01:05 25 4
gpt4 key购买 nike

我创建了一个简单的应用程序:

$ meteor create LendLib

并在 LendLib.js 的顶部添加了一个集合:

var lists = new Meteor.Collection("Lists");

if (Meteor.isClient) {

现在我启动 Chrome 浏览器并打开控制台:

> lists 
ReferenceError: lists is not defined
> some = new Meteor.Collection("some");
Meteor.Collection {_makeNewID: function, _transform: null, _manager: Meteor._LivedataConnection, _collection: LocalCollection, _name: "some"…}

为什么我无法获取收藏列表?

最佳答案

我发现他们在 0.6.0 中更新了它以允许它作用于 window 对象,所以只需删除“var”部分,这样它就只是“lists”而不是“var lists”。为我工作。

关于meteor - 创建集合并在浏览器控制台获取,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16052532/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com