其他分享
首页 > 其他分享> > org.jsoup.UnsupportedMimeTypeException

org.jsoup.UnsupportedMimeTypeException

作者:互联网

采用 org.jsoup.Jsoup   发送post请求抛这个异常时

 

 

 

 加上这个即可

      Document post = connect.ignoreContentType(true).post();

 

标签:UnsupportedMimeTypeException,ignoreContentType,jsoup,org,post,true
来源: https://www.cnblogs.com/qq376324789/p/14989779.html