摘要:
link: http://neo.dzygn.com/archive/2004/05/preserving-scope-in-javascript Preserving Scope in JavaScript Solution #3: Closures In JavaScript you can share variables between functions. Such a sha... 阅读全文
摘要:
CSS hack:区分IE6,IE7,firefox 区别IE6与FF: background:orange;*background:blue; 区别IE6与IE7: background:green !important;background:blue; 区别IE7与FF: background:orange; *background:green; ... 阅读全文