i = 1 j = 1 s = "=stdev(r[" + Str(j) + "]c1:r[" + Str(j + 100) + "]c1)" 但是str()返回的值有一个空格 =stdev(r[ 1]c1:r[ 101]c1 excel不认 哪位有办法解决?