Sharp variables in JavaScript
摘要:
这也是之前自己遗漏的一个知识点,在最近的javascript词法分析里,一朋友指出我漏了一个点,就是sharp variables。 我恨,mozilla难道也搞起特立独行了..... sharp variables 是moz独有的语法,按照mozilla的原话说:A sharp variable is a syntax in object initializers that allows serialization of objects that have cyclic references or multiple references to the same object. 在构建对象时. 阅读全文
posted @ 2011-04-06 17:18 岑安 阅读(3696) 评论(4) 推荐(1) 编辑