我从siebel获取一个由多个数组组成的对象。我不知道那些数组所持有的元素,但我想迭代整个对象并从中获取属性和相应的值。我怎么能用javascript / jQuery做到?
当我将对象转换为源时,它给了我以下代码:
({childArray:[{childArray:[{childArray:[{childArray:[{childArray:[], childEnum:0, propArray:[], propArrayLen:0, type:"ListOfFS Instruction", value:"", axObj:null}], childEnum:0, propArray:[], propArrayLen:24, type:"Action", value:"", axObj:null}], childEnum:0, propArray:[], propArrayLen:0, type:"ListOfHW OUI Activity Summary", value:"", axObj:null}], childEnum:0, propArray:[], propArrayLen:4, type:"SiebelMessage", value:"", axObj:null}], childEnum:0, propArray:[], propArrayLen:5, type:"ResultSet", value:"", axObj:null})
请帮忙.. 感谢。
答案 0 :(得分:0)
这看起来像Siebel属性集。您可以在这些对象上使用enumChild等标准方法来获取所需的值。请看下面的
http://docs.oracle.com/cd/E14004_01/books/config_open_ui/appendix_a_API24.html