... 了try..except...finally語句,實際上,在Python 3(或2.6)中,你可以使用with as語句來簡化程式的撰寫: with open('demo.py', 'r', encoding='UTF-8') as file:
確定! 回上一頁