var Datastore = require('nedb') , db = new Datastore({ filename: 'testdb.db', autoload: true });\ var doc = { hello: 'world' , n: 5 , today: ...
確定! 回上一頁