Jsoup summary, jsoup
Recently, Jsoup is used, which is quite simple and convenient. It is easy to use java to operate html nodes like jQuery, easily capture the webpage source code, and analyze and obtain the required items for each tag.
It is very convenient for collecting web pages.
For details, see the following examples:
Jsoup:
Http://jsoup.org/download
Jsoup Development Guide, jsoup Chinese user manual, jsoup Chinese document:
Http://www.open-open.com/jsoup/
Jsoup web page Capture + detailed explanation-go to java-blog channel-CSDN. NET
Http://blog.csdn.net/yjflinchong/article/details/7743995
Java uses Jsoup to log on to the website and capture webpage content-to serve programmers
Http://outofmemory.cn/code-snippet/1721/usage-Jsoup-denglu-web-site-zhuaquwangye-content
Use Htmlparser | Jsoup | regular expression to extract the webpage link-changfengmingzhi log-Netease blog
Http://changfengmingzhi.blog.163.com/blog/static/16710528820137144434343/
Java + Jsoup Regular Expression filter html webpage tags [multithreading data collection 2]-Go to java-blog channel-CSDN. NET
Http://blog.csdn.net/yjflinchong/article/details/8120654
However, after using Jsoup, I still feel that Jsoup has a small defect, that is, it cannot be used in combination with webView to operate html in webView. I don't know if I can't find a method or I can't combine webView.
For example, some operations after login are troublesome. For example, if a verification code is required, html cannot be obtained directly.
School ~ ~ Question ............
Schools have their rules. Please ask.