随笔分类 -  转载文档

别人写的,对我有过帮助的,值得收藏的
摘要:Web Slice Format Specification - Version 0.9 http://msdn.microsoft.com/zh-cn/library/cc304073(en-us,VS.85).aspx [This documentation is preliminary and is subject to change.] A Web Slice allows users... 阅读全文
posted @ 2009-03-18 13:37 君无忌 阅读(243) 评论(0) 推荐(0)
摘要:(若使用本文,请注明出处;节选自http://www.digital-web.com/articles/scope_in_javascript,只是翻译关键部分) this是什么?? 为了建立一个scope chain, 每个JavaScript的代码执行上下文都提供了this关键字。In its most common usage, this serves as an identity func... 阅读全文
posted @ 2009-02-24 10:32 君无忌