摘要:
os.path.realpath derefences symbolic links on those operating systems which support them. os.path.abspath simply removes things like . and .. from the 阅读全文
posted @ 2018-04-13 11:17
champernain
阅读(405)
评论(0)
推荐(0)
摘要:
python os.path.abspath realpath 区别 #home cd /home mkdir a mkdir b touch a/1.txt ln -s /home/a/1.txt /home/b/1.txt python 进入实时模式 >>> import os >>> os.p 阅读全文
posted @ 2018-04-13 11:16
champernain
阅读(4762)
评论(0)
推荐(0)