setInterval版
$(function ( ) {
setInterval(function () {
var time = $("#time").text();
time = parseInt(time);
time--;
if (時間 > 0) {
$("#time").text(time);
} else {
window.location = $("#url").attr("href") ;
}
}, 1000);
SetTimeOut バージョン
html
< span style="font-size: 18px; color: Red" id="time">5秒钟以后跳转到