當前位置:成語大全網 - 新華字典 - 使用python將txt內容轉移到字典中,方便後期訂購。

使用python將txt內容轉移到字典中,方便後期訂購。

#?-*-?編碼:?cp936?-*-

進口?關於

re0=re.compile(r'= ')

re 1 = re . compile(r '[a-zA-Z]')

re2=re.compile(r'([^a-za-z]+)([a-za-z?]+)(.*)')

tmp= ' '

dict0={}

用什麽?打開(' menu_items.txt ',' r ')?作為?文件0:

為了什麽?我j?在?枚舉(file0.readlines()):

如果?j== ' '?還是?re0.match(j):

及格

埃利夫?re1.match(j):

tmp=j.strip()

dict0[tmp]=[]

埃利夫?re2.match(j):

dict0[tmp]。append(tuple(map(lambda?x:x.strip(),re2.match(j)。組()))))

打印?Dict0靈活,不嚴謹。