Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在客户端收集了对象中的数据。现在我想将它传输到服务器以便存储在 MongoDB 中。我正在尝试在客户端使用 $.post 命令和在服务器端使用 $.get 命令。但是我得到了 $ undefined 的错误。我该怎么做?
使用Meteor.methods和Meteor.call,有关详细信息,请参阅文档。
Meteor.methods
Meteor.call
jQuery GET 和 POST 用于 HTTP,Meteor 没有使用...