import os class cd: """Context manager for changing the current working directory""" def __init__(self, newPath): self.
確定! 回上一頁