日期:2014-05-16 浏览次数:20455 次
//添加用户 db.addUser("test","123456"); //认证用户 db.auth("test","123456"); //查看用户是否添加 db.system.users.find();