美文网首页
http与https中的localStorage区别

http与https中的localStorage区别

作者: imxiaochao | 来源:发表于2018-09-27 10:56 被阅读0次

    使用 localStorage 来保存信息,需要注意如果网站使用的是 http 或 https 协议
    若同一域名,两种协议均能访问的情况下,视作两个不同的网站,
    localStorage 不可通用!如:
    <b>http://</b>www.baidu.com

    <b>https://</b>www.baidu.com

    在使用 localStorage 的时候不能视作一个网站

    相关文章

      网友评论

          本文标题:http与https中的localStorage区别

          本文链接:https://www.haomeiwen.com/subject/dyuloftx.html