os.path.isfile(path) : returns True if the path is a valid file · os.path.isdir(path) : returns True if the path is a valid directory · os.path.exists(path) : ...
確定! 回上一頁