- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/sessionstorage/
软件介绍
sessionStorage 是一个实现了 HTML5 规范中的数据存储的实现,支持主流浏览器。
示例代码:
sessionStorage.getItem("test"); // null
sessionStorage.setItem("test", "yo");
sessionStorage.getItem("test"); // yo
Pro CSS and HTML Design Patterns
Michael Bowers / Apress / April 23, 2007 / $44.99
Design patterns have been used with great success in software programming. They improve productivity, creativity, and efficiency in web design and development, and they reduce code bloat and complexit......一起来看看 《Pro CSS and HTML Design Patterns》 这本书的介绍吧!
