【Python】os.path.join()拼接路径 2024-09-19 本文已影响0人 盐果儿 import os print(os.path.join("User/aa", "a.txt")) # User/dd/a.txt