Python 打开文件的r、r+、w、w+、a、a+操作方式 ... <type 'str'> # 写数据with open("listDict.json",'w') as file: file.write(strlist) # 2、第二种 ...
確定! 回上一頁