我在使用带有新meteor1.3的远程mongodb时遇到问题vard=newMongoInternals.RemoteCollectionDriver("");C=newMongo.Collection("",{_driver:d});我是这样放在收藏夹里的if(Meteor.isServer){vardriver=newMongoInternals.RemoteCollectionDriver("mongodb://user:password@localhost:27017/customCollec");}C=newMongo.Collection("customCollec",{