移除資料夾 import os dir_name="Hello" os.rmdir(dir_name) #ps:如果本來就沒有這個資料夾的話會出現錯誤. 如果沒有這個資料夾的話會出現錯誤.
確定! 回上一頁