2012-04-02 30 views

回答

1

MongoDB在內部使用Javascript。您可以發送一段Javascript代碼作爲過濾器:

posts = Post.where("this.posted.getHours() == 1") 
相關問題