标签: android-studio jsoup
我对此错误感到困惑: 我确信String html完全没问题,但似乎应用程序停留在方法Jsoup.parse(html)。谁能告诉我为什么?我在Eclipse上测试了代码并且工作得很好,这很奇怪,但是当谈到Android Studio时,就会出现错误。
String html = DataUtil.doGet(url); Document document = Jsoup.parse(html);