Python的寫入

二進制的讀取 a = open(‘111.jpg’,‘rb’) b = a.read() print(b) b.close 演示效果: 寫入文件 a = open(‘1.txt’,mode=‘w’,encoding=‘utf-8’) a.write(‘內容’) a.close 結果展示
相關文章
相關標籤/搜索