python中os模块path.abspath()返回的并不是绝对值,而是个错误的不存在的拼接地址...

附截图:

python中os模块path.abspath()返回的并不是绝对值,而是个错误的不存在的拼接地址..._第1张图片

当前路径:

 a=r'D:\PCsync\python\commands'  为绝对路径
遍历出来的4条应该是D:\PCsync\python\commands\commands.py....
不知道哪里错误了,先记录下来。

转载于:https://www.cnblogs.com/liyiran/p/4324888.html

你可能感兴趣的:(python中os模块path.abspath()返回的并不是绝对值,而是个错误的不存在的拼接地址...)