我需要在一个变数中储存一个档案目录,因为它稍后将使用。 在我下面的发言稿中,我要打印内容,但我只读一个<条码>。 类型Error:文档物体不可用。
文字:
posfile = C:/Users/name/Desktop/textfile.txt
csv_data=csv.reader(file(posfile))
count_test = 0
for row in csv_data:
count_test = count_test + 1
print count_test, row