HTTP request in Flutter. import 'package:http/http.dart' as http; main() async { var response = await http.post( 'https://api.site.io/new', ...
確定! 回上一頁