好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

访问HTTP并获取返回内容

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://HdhCmsTestgoogle测试数据/"));
} 

查看更多关于访问HTTP并获取返回内容的详细内容...

  阅读:82次