用python求一重积分和二重积分的例子 首先是对一元函数求积分,使用Scipy下的integrate函数:fromscipyimportintegratedefg(x):return(1-x**2)**0 一重积分