摘要: The operator in can be used to test whether an object has a certain property.var person = {}person.name = "buhaiqing"console.debug( "name" in person) // return : true 阅读全文
posted @ 2012-12-04 11:25 卜海清 阅读(219) 评论(0) 推荐(0)