在多个开源项目中,我看到有人做 os.path.abspath(os.path.realpath(__file__)) 获取当前文件的绝对路径。 但是,我发现 os.path.abspath(__file__) 和 ...
確定! 回上一頁