python- 路径

print __file__
print sys.argv[0]
print os.path.realpath(__file__)
print '---------------'
print sys.path[0]

结果:

你可能感兴趣的:(python- 路径)