1. os.path.join(path1,path2,"file_name"),其中path2前面不要有斜线、path最好是用"\"来表示。
    例如:os.path.join("D:\workaspace\","dir1\dir2\","fileName")