We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c88675 commit 5b0d720Copy full SHA for 5b0d720
README.md
@@ -2,7 +2,7 @@ Jsoup学习笔记
2
------
3
**Jsoup**是Java世界的一款HTML解析工具,它支持用CSS Selector方式选择DOM元素,也可过滤HTML文本,防止XSS攻击。
4
5
-学习Jsoup是为了更好的开发我的另一个爬虫框架[webmagic](https://githu.com/code4craft/webmaigc),为了学的比较详细,就强制自己用很规范的方式写出这部分文章。
+学习Jsoup是为了更好的开发我的另一个爬虫框架[webmagic](https://github.com/code4craft/webmagic),为了学的比较详细,就强制自己用很规范的方式写出这部分文章。
6
7
代码部分来自[https://github.com/jhy/jsoup](https://github.com/jhy/jsoup),添加了一些中文注释以及示例代码。
8
0 commit comments