摘要: dic_function = {1:'search',2:'add',3:'delet',4:'update'} for i in dic_function.items(): print(i) user_chose = input('请选择您的需求 :') if user_chose == '1': 阅读全文
posted @ 2018-03-26 13:37 人无远虑 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 可以加断点逐步理解 阅读全文
posted @ 2018-03-26 13:34 人无远虑 阅读(888) 评论(0) 推荐(0) 编辑