Home > front end >  [with] setTimeout (function () {return playMusic (1, 0); }, "10000") want to change 10000
[with] setTimeout (function () {return playMusic (1, 0); }, "10000") want to change 10000

Time:12-08

statement

Is late 10000 milliseconds (10 seconds) to play again,

Now want to make a button on the page, buttons in 10 seconds, 15 seconds, switch between 20 seconds,
SetTimeout (function () {return playMusic (1, 0); }, " 10000 ") in the 10000 change accordingly,

Please feel free to comment ~ ~ ~
  • Related