2
我試圖將數據傳遞給自定義組件。 http://www.dartlang.org/articles/web-ui/#pass-data-to-component的示例效果很好。Dart Web UI - 將對象數據傳遞給組件
但我想傳遞一個JSONObject變種,並將其與此消息崩潰:
Exception: type 'String' is not a subtype of type 'JsonObject' of 'value'.
所以好像我可以只傳遞字符串和數字數據?