python Copy import os.path path1 = r"C:\folder\subfolder\myfile.txt" path2 = r"C:\Myfile.txt" print(os.path.abspath(os.path.join(path1, ...
確定! 回上一頁