JavaScript 操作符 变量
摘要:
一、操作符: 一元操作符 递增操作符 递减操作符 分为 前置型(--a ++a) 和 后置型 (a-- a++) 区别如下: in 操作符 The in operator returns true if the specified property is in the specified objec 阅读全文
posted @ 2016-04-12 21:52 kevin4dev 阅读(215) 评论(0) 推荐(0) 编辑