HTMLウェブページが自動的にジャンプ(リダイレクト)

HTMLウェブページが自動的にジャンプ(リダイレクト)

  • メタ
<head>  
    <meta http-equiv="refresh" content="5;url=https://www.cnblogs.com/guojbing">   
</head>
  • ジャバスクリプト
window.location.href='https://www.cnblogs.com/guojbing'; 

おすすめ

転載: www.cnblogs.com/guojbing/p/10962401.html