Read the response body using the read() function defined in the http Pub package.
read()
import 'package:http/http.dart' as http; main() async { print(await http.read("http://www.google.com/")); }
扫一扫
在手机上阅读
您还没有登录,登录后您可以:
首次使用?从这里 注册