验证用户是否登录,是否有过注册信息

原文链接: http://www.cnblogs.com/q460021417/p/4341237.html
1 window.onload = function  () {
2                         if (getCookie('name')!=null&&getCookie('phone')!=null&&getCookie('password')!=null) {
3                         $("#hid").css('display','block');
4                         $("#bol").css('display','none');
5                         }
6                     }

转载于:https://www.cnblogs.com/q460021417/p/4341237.html

猜你喜欢

转载自blog.csdn.net/weixin_30919571/article/details/94785756