Skip to content
kcp edited this page Nov 21, 2020 · 3 revisions

title: HTML5 date: 2018-11-21 10:56:52 tags: categories: - 前端

目录 start

  1. HTML5
    1. 参考资料
    2. 特殊字符
    3. 数据存储
      1. Cookie
      2. LocalStorage和SessionStorage
        1. 清除
      3. IndexDB
  2. Notification

目录 end|2020-11-09 22:52|


HTML5

参考资料

HTML5 教程 | 菜鸟教程
HTML5 教程 | W3School

特殊字符

  空格: 代表一个半角空格
  < :&lt;
  > :&gt;
  & :&amp;
  ¥ :&yen;
  × :&times
  ÷ :&divide;

数据存储

Cookie

LocalStorage和SessionStorage

基础详细的一篇博客

清除

HTML5中的localStorage什么时候会被清空?
翻译:清除各个浏览器中的数据研究

  • 在火狐中 清除 网络内容缓存 对localStorage没有影响

IndexDB


Notification

MDN

Summary

Clone this wiki locally