import os print('***获取当前目录***') print("当前目录是:{}".format(os.getcwd())) print("当前目录是:{}".format(os.path.abspath(os.path.dirname(__ ...
確定! 回上一頁