第一行代表字典的键,第二行代表值。 #!/usr/bin/python3 import csv f = open('values.csv', 'r') with f: reader = csv.DictReader ...
確定! 回上一頁