Python os.makedirs() 方法 Python os.lseek() 方法 python os.mkdir() 方法 Python os.makedirs() 方法 #!/usr/bin/python import os, sys # Path to be created path = "/tmp/home/monthly/daily" os.makedirs( path, 0755 ); print "Path is created" Python os.lseek() 方法 python os.mkdir() 方法