skybady

$(document).ready(function () {
        document.cookie = "cookieid=1; expires=60";
        var result = document.cookie.indexOf("cookieid=") != -1;
        if (!result) {
            alert("浏览器未启用cookie");
        }
    });

 

一般浏览器设置cookie方式
打开:更多设置——隐私和个人数据——接受cookie,开启

分类:

技术点:

相关文章:

  • 2021-10-09
  • 2021-10-09
  • 2021-10-30
  • 2019-03-07
  • 2021-12-12
  • 2021-08-09
  • 2021-11-27
猜你喜欢
  • 2021-11-27
  • 2021-11-03
  • 2021-11-13
  • 2021-11-19
  • 2021-11-13
  • 2021-10-14
  • 2021-11-13
相关资源
相似解决方案