用python在文件中指定位置插入內容

用python在文件中指定位置插入內容 以爲python中對文件插入功能有點單調,編寫了一個用python在文件中指定位置插入內容 這裏指定把輸入的內容插入到文件中的"雙引號位置後 with open("d:/bbb/test.txt","rt") as f: content=str(f.readlines()) tab=re.search('\"',content) po
相關文章
相關標籤/搜索