1

如何将此 JSON 转换为创建列表框和复选框的可读 HTML?我正在尝试使用 dform 进行转换

 [
                        {
                            "attribute": {
                            "propertyattributecode": "ConstructionDecade",
                            "description": "Based on MPF survey construction decade",
                            "type": "list"
                        },
                            "values": [
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "1960"
                        },
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "1970"
                        },
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "1980"
                        },
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "1990"
                        },
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "2000"
                        },
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "2010"
                        }
                    ]
4

0 回答 0