Files
Python_CookBook_repo/2.字符串和文本/17.处理HTML和XML文件.py
2025-09-10 16:12:45 +08:00

4 lines
188 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 这本书的年代有些久远当时HTML和XML解析器还不是特别完善
# 在现在的工具中想要处理HTML和XML文件只需要寻找HTML Parser和XML解析库就行