<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.2</version>
</dependency>
2.使用線上解析html 工具 ,自己先看清 html 內容 (線上推薦:https://coding.tools/cn/html-beautifier#google_vignette)
先要解析成自己可以看懂的文件,
3.再根據具體的頁面一步步分析,取數
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.2</version>
</dependency>
2.使用線上解析html 工具 ,自己先看清 html 內容 (線上推薦:https://coding.tools/cn/html-beautifier#google_vignette)
先要解析成自己可以看懂的文件,
3.再根據具體的頁面一步步分析,取數