111python

补充一句,为兼容平台文件地址可以这么写:
file = os.path.join('dir', 'file_name')


原文地址:https://www.cnblogs.com/ITniu/p/6824809.html