摘要: 下面是我花了一天的时间写的一段JavaScript代码,把memory.js和test.htm放到同一个文件夹下,在网页中浏览test.htm查看效果。欢迎提出意见和批评!momory.js 1 function window.onerror() 2 { 3 return false; 4 } 5 function pageCache(prefix) 6 { 7 this.prefix = (typeof(prefix)!="string")?"":"prefix_" + prefix + "_"; 8 this. 阅读全文
posted @ 2011-06-01 11:04 ╰☆Everytime I try to flying 阅读(514) 评论(0) 推荐(0) 编辑