- "Content-Type" content="text/html; charset=utf-8" />
提示消息 - ThinkPHP "notice"> "width:100%;text-align:left;padding-left:10px;padding-right:10px">- echo $e['message']; ?>
"font: italic bold 2cm cursive,serif; color:red"
>- ×
- 在( "sec" style="color:blue;font-weight:bold">3 )秒后自动跳转,或直接点击 跳转
- "display:block;text-decoration:underline;cursor:pointer;line-height:25px" onclick="stop(this)">停止
- 《script》
- var seco=document.getElementByIdx_x("sec");
- var time=3;
- var tt=setInterval(function(){
- time--;
- seco.innerHTML=time;
- if(time<=0){
- window.location=''
- return;
- }
- }, 1000);
- function stop(obj){
- clearInterval(tt);
- obj.style.display="none";
- }
- 《script》