javascript實現一個簡單的5秒倒計時,並跳轉

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>倒計時五秒</title> <script> //使用匿名函數方法 function countDown(){ var time = document.getElementById("Time"); //alert(time.i
相關文章
相關標籤/搜索