我不知道,你是怎么进入的 data 在您的代码中,因为您直接将硬编码值写入 a , b 和 c . 此外,您还可以通过以下方式打印您的测试: print(a[1], b[1], c[1]) .
data
a
b
c
print(a[1], b[1], c[1])