#

文件的读取和写入的各种方式

  • python文件的读写

    #文件的读写模式,r w x a b t +def read_file():text = 'test.text'with open(text,encoding='utf-8') as r:#自动关

    作者:依偎书生
    2020-03-04 13:39:51