Skip to content

Commit 08409e1

Browse files
committed
Update zh-cn/0x5.md
1 parent 4923dca commit 08409e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh-cn/0x5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
现在我们已经使用Python建立了一个web请求,现在我们要找一个模块来解析HTML文件。而前面我们提到了BeautifulSoup模块能够帮助我们基于HTML标签解析HTML。下面有一个例子,可以帮助你理解如何去解析HTML文件:
1414

15-
![BeautifulSoup](https://github.com/smartFlash/pySecurity/blob/master/zh-cn/img/0x502.png)
15+
![BeautifulSoup](img/0x502.png)
1616

1717
BeautifulSoup对于帮助我们解析HTML非常强大,例如你可以使用BeautifulSoup内部的函数"find_all"去查找你想要解析的内容。例如:"iframes = parsed.find_all(‘iframe’)".
1818

0 commit comments

Comments
 (0)