var data3=0;
(function count3(){
console.log("count3:",data3++);
setTimeout(count3,1000);
})();
05-02 20:31