开发者问题收集
我尝试使用以下查询 - 查询的目的是获取所有事件并按属性进行过滤function main() {return Events({from_date: "2018-01-01",to_date: "2018-03-30"}).filter(function(user) { return user.properties.account-type == "ecommerce" })但出现此错误:Unca