<script>
    var n =0;
    setInterval(function (){
        console.log(n++);
    },1000);
</script>
把最实用的经验,分享给最需要的读者,希望每一位来访的朋友都能有所收获!