import 'package:http/http.dart' as http; Map data = { 'key1': 1, 'key2': "some text" } String body = json.encode(data); http.
確定! 回上一頁