1:os模块目录操作
[注]
listdir(path)中的路径为绝对路径。
mkdir(path)中的path为目录名。创建的目录名直接在当前工作目录下。
makedirs(path1/path2)时path1下又有一个path2。