function(cb){ //连接数据库 dc.init(function(err){ cb(err); }); },
function(cb){ dc.init(function(err){ cb(err); }); },