{ "widgettype": "Accordion", "options": { "items": [ { "title": "面板1", "content": { "widgettype": "Text", "options": { "text": "这是面板1的内容" } } }, { "title": "面板2", "content": { "widgettype": "Text", "options": { "text": "这是面板2的内容" } } } ] } }