摘要:
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... 阅读全文
摘要:
(若使用本文,请注明出处;节选自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... 阅读全文
摘要:
CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//数据集 function KDataTable(source) { this.Source = source!=null?source:""; this.Rows = new ... 阅读全文