Flutter Dio.get 或 http.get 本地 ip 错误

Flutter Dio.get or http.get local ip error

提问人:YASİN ÇINAR 提问时间:11/9/2023 更新时间:11/9/2023 访问量:10

问:

( Response response = await Dio().get("https://www.google.com.tr/"); statusMesagge = “确定” ) ( 响应响应 response2 = await Dio().get(“http://10.10.10.1/”);

var response3 = 等待 http.get(url1);

同样的错误

HttpException:请求方法无效,uri = http://10.10.10.1/

不工作 ) 为什么????

为什么

HttpException:请求方法无效,uri = http://10.10.10.1/

DART 网络 连接 本地

评论


答: 暂无答案