淘先锋技术网

首页 1 2 3 4 5 6 7

python批量定义变量?

variables={}for i in range(1,band): variables['a'+str(i)]=ds.GetRasterBand(i).ReadAsArray(0,0,cols,rows)