The setInterval() method will execute the "myTimer" function once every 1 second. Use clearInterval() to stop the time. <!DOCTYPE html> <html> ...
確定! 回上一頁