function test1() { var a = require('./data'); setTimeout(()=>{ a.getrank('test',console.log); },1000); } test1();