pandas

安装

pip install pandas

使用

import pandas as pd
 
url = "http://render1.zhuaqu.top/"
table = pd.read_html(url)[0]
print(table)