#Python3中os中編碼encode與decode 解碼

21.編碼encodecss import os #導入os 庫 path = "C:\\Users\\Administrator\\Desktop\\新建文本文檔.txt" with open(path,"wb") as f1: f1.write(b"sunck is a good boy") 至關於 with open(path,"wb") as f1: str
相關文章
相關標籤/搜索