增刪查改員工信息表

import os count=0 path=r'E:\PYTHON學習\excises\day10\infomation.txt' def make_dic(): '''將文件轉化爲列表套字典''' with open(path,'r',encoding='utf-8') as f: l1=[{'staff_id': i.split(',')[0],
相關文章
相關標籤/搜索