1.怎么爬取数据总量有15个列和10000行以上的数据?2.有那个网站方便爬取求解答
def volume(r,h): from math import pi return int(1/3 *pi* r**2 * h)
用python中的函数爬取