python里怎样实现打开指定的一个txt文件(变量)?

2024-12-01 14:04:34
推荐回答(1个)
回答1:

f = file('F:\PY\gysystem\userdata\%s.txt' % name , "r")
表达式写错了而已