如何遍历对象的列类型(js)ajax返回一个对象 比如 obj = { "book1 ": "price1 ", "book2 ": "price2 "} 我要引用price1 该怎么写 [解决办法]obj[0].split( ": ").[1].replaceAll( "\ " ");