python 在循环中设置range为小数. a = [i/10.0 for i in range(1,10,2)] 或者用numpy也可以 numpy.arange(0.1, 0.5, 0.01). 分类python ...
確定! 回上一頁