22. 關於 Python 語言讀取檔案,下列敘述何者「不正確」?
(A) 使用 open('file', 'r'),若 file 不存在會創建 file
(B) 使用 open('file', 'w'),若 file 不存在會創建 file
(C) 使用 open('file', 'w+')為可讀寫的檔案模式
(D) 使用 open('file', 'a+')為附加讀寫檔案模式,寫入時添加於後,亦可
以讀檔
答案:登入後查看
統計: A(23), B(1), C(0), D(0), E(0) #3104632
統計: A(23), B(1), C(0), D(0), E(0) #3104632