示例#1
0
def makedir(path):
    ensure_dir(path)
    return path
示例#2
0
def makedir(path):
    ensure_dir(path)
    return path