• 2022-07-26
    以读写方式打开文件正确的是()。
    A:  open(“log.txt”,”r”)
    B:  open(“log.txt”,”w”)
    C:  open(“log.txt”,”rb”)
    D:  open(“log.txt”,”w+”)