var all = {
"obj1": "i am obj 1",
"obj2": "i am obj 2"
}
var me = "i am obj 1",
// 请问如何判断 me 在不在对象 all 中
慕森王
相关分类