Web Title:學習資訊網學習資訊網

1070302code

Math.random()

Math.random()*10

Math.floor(Math.random()*10)

setInterval(function(){
console.log('hello');
},1000);

setInterval("console.log('hello');",1000);

搜尋