微信扫一扫
1,代码如下:
abs_path = sys.argv abs_path = abs_path[0][::-1].split('/',1)[1][::-1]+'/' print(abs_path)
相关推荐