【发布时间】:2015-07-29 02:34:17
【问题描述】:
以下是我收藏的示例文档:
{
"_id" : "0001",
"name" : "Meteor",
"categoryId" : "001",
"period" : 4,
"price" : 68,
"des" : "សម្រាប់ការចុះឈ្មោះ៥០នាក់ដំបូង",
"paymentMethod" : {
"oneMonth" : 100,
"threeMonth" : 150,
"sixMonth" : 375,
"year" : 750,
"midTerm" : 200,
"term" : 750
}
}
如何从"paymentMethod" 键中获取值以显示在选择框中?
【问题讨论】: