gpt4 book ai didi

javascript - 如果 cookie 不存在警报和重定向

转载 作者:数据小太阳 更新时间:2023-10-29 05:44:44 24 4
gpt4 key购买 nike

当用户登陆页面时,我需要检查 cookie 是否存在,如果 cookie 不存在,我需要弹出一个警告,然后重定向到另一个页面。

最佳答案

if( $.cookie('cookiename') == null ) { 
alert("OH NOES U NO HAS COOKIE");
window.location.replace('http://url');
}

关于javascript - 如果 cookie 不存在警报和重定向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9145187/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com