todo4/test.data.js

9 lines
120 B
JavaScript
Raw Normal View History

2024-07-26 20:02:43 -04:00
function test1() {
var a = require('./data');
setTimeout(()=>{
a.getrank('test',console.log);
},1000);
}
test1();