os.walk('.') means that you are traversing the current working directory with os.walk (as returned by os.getcwd() ).
確定! 回上一頁