Skip to content

Commit 5b0d720

Browse files
committed
fix url
1 parent 0c88675 commit 5b0d720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Jsoup学习笔记
22
------
33
**Jsoup**是Java世界的一款HTML解析工具,它支持用CSS Selector方式选择DOM元素,也可过滤HTML文本,防止XSS攻击。
44

5-
学习Jsoup是为了更好的开发我的另一个爬虫框架[webmagic](https://githu.com/code4craft/webmaigc),为了学的比较详细,就强制自己用很规范的方式写出这部分文章。
5+
学习Jsoup是为了更好的开发我的另一个爬虫框架[webmagic](https://github.com/code4craft/webmagic),为了学的比较详细,就强制自己用很规范的方式写出这部分文章。
66

77
代码部分来自[https://github.com/jhy/jsoup](https://github.com/jhy/jsoup),添加了一些中文注释以及示例代码。
88

0 commit comments

Comments
 (0)