python 文件和異常處理

#10-1 python學習筆記 with open("learnpy.txt") as file_pro: contents = file_pro.read() print(contents) with open("learnpy.txt") as file_pro: for line in file_pro: print(line) with open(
相關文章
相關標籤/搜索