我希望用戶被定向到一個bar.html的第一個月,在每月的第二個gjb.html,guerr.html在每月的error.html和對第三其他日期。JavaScript重定向根據日期
我在做什麼錯?不管用戶計算機上的日期如何,以下僅加載bar.html。
<html>
<script type="text/javascript">
currentTime = new Date();
if (currentTime.getDate() = 1)
window.location = "bar.html";
else if (currentTime.getDate() = 2))
window.location = "gjb.html";
else if (currentTime.getDate() = 3))
window.location = "guerr.html";
else window.location = "error.html";
</script>
</html>
我的品牌新的這一切,所以就像您一共白癡解釋。
'=!==(== || ===)' – jAndy
看看您的控制檯,它應該這樣說_ReferenceError :在作業_中無效的左側 –