<script type="text/javascript">function U_jump(Second, Url) {if (--Second > 0) {setInterval(U_jump(Second, Url),1000);}else {location.href = Url; }}window.onload(U_jump(10, "/swlogin.aspx"));</script>
為什么這個JS幾秒后會跳轉,求解正確的寫法?
吃雞游戲
2021-07-05 14:10:59