5秒返回的腾讯寻人启事404
Posted God is Love
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了5秒返回的腾讯寻人启事404相关的知识,希望对你有一定的参考价值。
1 <div> 2 <script src="http://www.qq.com/404/search_children.js" type="text/javascript" charset="utf-8"></script> 3 </div> 4 5 <script language="javascript"> 6 var oTime=document.getElementById(‘time‘); 7 var oSecs=5; 8 function time() 9 { 10 oSecs --; 11 if (oSecs < 0) 12 { 13 clearInterval(); 14 return; 15 } 16 17 if (oSecs == 0) 18 { 19 clearInterval(); 20 window.location.href = ‘http://www.baidu.com‘;//换成自己的首页 21 } 22 oTime.innerhtml = oSecs; 23 } 24 setInterval(time,1000) 25 </script>
以上是关于5秒返回的腾讯寻人启事404的主要内容,如果未能解决你的问题,请参考以下文章
仅公开路由的 .NET OData API 子集(排除 API 返回 404)
当用户未经身份验证时,ASP.NET Core 5 Web API 返回 404 代码而不是 401
.net core 5.0 with IdentityServer4 返回 api 方法 404