{ "widgettype": "ResponsableBox", "options": { "width": "100%", "height": "200px", "title": "响应式布局示例" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "调整窗口大小查看布局变化", "fontSize": "16px" } }, { "widgettype": "Button", "options": { "text": "按钮1" } }, { "widgettype": "Button", "options": { "text": "按钮2" } } ] }