{
"attrs": {
"width": 578,
"height": 200
},
"nodeType": "Stage",
"children": [
{
"attrs": {},
"nodeType": "Layer",
"children": [
{
"attrs": {
"x": 289,
"y": 100,
"sides": 6,
"radius": 70,
"fill": "red",
"stroke": "black",
"strokeWidth": 4
},
"nodeType": "Shape",
"shapeType": "RegularPolygon"
}
]
}
]
}
我已经解析了上面的 json 数据,但我不知道如何将数据附加到 xml 标签。感谢任何帮助。我想要使用 jquery 的具有确切父节点和子节点的 xml 标签。