改造 java.net.UnknownHostException 但 URL 有效
Retrofit java.net.UnknownHostException but the URL is valid
我正在使用改造从我的 API 中获取一些数据,但我得到以下异常。 URL 很好,因为它可以在我的浏览器中使用
java.net.UnknownHostException: http:/192.168.0.105:81/service.asmx?op=readAll
URL应该是http://
而不是http:/
我正在使用改造从我的 API 中获取一些数据,但我得到以下异常。 URL 很好,因为它可以在我的浏览器中使用
java.net.UnknownHostException: http:/192.168.0.105:81/service.asmx?op=readAll
URL应该是http://
而不是http:/