How to handle wrong Content Type with JSOUP

后端 未结 0 795
旧时难觅i
旧时难觅i 2021-02-02 17:23

im parsing web pages with jsoup.

        try {
            Connection.Response response = Jsoup.connect(jobUrl)
                    .method(Connection.Method.GET)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题