setInterval版
$(함수( ) {
setInterval(function () {
var time = $("#time").text();
time =parseInt(time);
time--;
if (시간 >0) {
$("#time").text(time);
} else {
window.location = $("#url").attr("href") ;
}
}, 1000)
});
SetTimeOut版
html
< 스팬 스타일="글꼴 크기: 18px; 색상: 빨간색" id="time">5秒钟以后跳转到