【发布时间】:2017-09-02 08:31:42
【问题描述】:
在下面的代码中,'info' 对象具有描述、数量、值。如何将它们作为数组(Indo 属性)。如何在角码中检索。
details.customsDetail.itemDetails = {
currency : "2000USD",
weight : "lbs",
info : {
description : "descr",
quantity : "2",
value : "124",
}
};
【问题讨论】:
-
“如何在数组中给出这个”是什么意思?