Beautiful Soup 4简明教程 2013-3-30 8:54 | 584 | 0 | B2E 140 字 | 1 分钟内 bs4作为python解析html与xml的一枚神器,很有必要简明教程一下。 如何安装 在Debian和Ubuntu下可以采用如下方式: $ apt-get install python-bs4 也可以通过PyPi的安装方式: $ easy_install beautifulsoup4 $ pip install beautifulsoup4 当然… bs4简明教程