摘要:
1、存储方式分类 (1)Local Storage (2)Session Storage (3)IndexedDB (4)Web SQL (5)Cookie 2、区别 (1)Local Storage localStorage 中的键值对是以字符串的形式存储,除非清除,否则长期有效。 (2)Sess 阅读全文
摘要:
1、api说明 (1)substring substring 提取从 indexStart 到 indexEnd(不包括)之间的字符。特别地: 如果 indexStart 等于 indexEnd,substring 返回一个空字符串。 如果省略 indexEnd,substring 提取字符一直到字 阅读全文
摘要:
1、iframe iframe主要来内联一个外联的页面,如: iframe可以支持很多属性,如width,height,aligh等。 2、frame frame示例: 区别:(1)frame框架需要定义在frameset中。(2)html页面中没有body标签。(3)frame支持的属性比较少。 阅读全文
摘要:
1、代码实现 2、效果 阅读全文