摘要: import os print (os.path.dirname(__file__)) print (os.path.abspath(__file__)) print (os.path.abspath(os.path.dirname(__file__))) print (os.path.dirname(os.path.abspath(__file__))) 阅读全文
posted @ 2017-11-28 09:39 RoyFans 阅读(16414) 评论(0) 推荐(1) 编辑