2020.3.14初學python第六天

文件: 打開文件open(file, mode=‘r’, buffering=-1, encoding=None,errors=None,newline=None, closefd=True, opener=None) 注意mode,encoding 的賦值 全部讀取 f.read() 讀取指定長度的字符 read() 括號裏填寫需要的長度 讀取一行 readline() 讀取多行 readlin
相關文章
相關標籤/搜索