Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
那么如何让python接受用户输入,以便它可以导航到用户给它的文件目录。文件名将ede.html始终相同,但取决于每个用户,文件的目录会不断变化。
ede.html
谢谢
您像这样更改目录
import os os.chdir('../dir')
至于用户输入,您可以尝试使用模块raw_input中的方法获取并检查其有效性。os.path
raw_input
os.path