JAVA 解析html 型別字串(使用jsoup)

黑狗已醒發表於2024-08-16
1.引入pom 檔案

<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.再根據具體的頁面一步步分析,取數

相關文章