Python has useful functions built-in to handle common pathname manipulations. import os desired_path = os.path.join(some_existing_path, ...
確定! 回上一頁