这是本文档旧的修订版!
安装
```
pip install pandas
使用 ``` import pandas as pd
url = “http://render1.zhuaqu.top/” table = pd.read_html(url)[0] print(table)