python

小幼稚园發表於2018-12-07

上面一個 for 迴圈

for i in range(0,3):
a = eval((sheet.col_values(1))[i])

@data(a)

這樣只能接受一個值,怎麼寫可以接受 3 個呢

相關文章