Read the response body using the read() function defined in the http Pub package.
import 'package:http/http.dart' as http; main() async { print(await http.read("http://www.google.com/")); }
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did129469