摘要:
For the same reson as:{a: 'abc', b: 'def'};causes an error but:( {a: 'abc', b: 'def'} );does not.When encountered on the left hand side, the punctuator '{' defines thestart of a block statement, like if{... or while{... etc. The stuffinside the block is evalua 阅读全文
posted @ 2012-02-01 15:41 X龙 阅读(1064) 评论(0) 推荐(0) 编辑