Dart. import 'dart:io' show File; import 'dart:convert' show json;. Map x = json.jsonDecode(await new File('data.json').readAsString()); ...
確定! 回上一頁