首页>代码>java se基于IO流的手机联系人管理系统>/手机通讯录/src/MobileContacts/main/MobileContacts.java
package MobileContacts.main;

import MobileContacts.service.MobileContactsService;

public class MobileContacts {
	public static void main(String[] args) {
		MobileContactsService mcs = new MobileContactsService();
		while(true){
			mcs.contactsMean();
			switch(mcs.getOption()){
			case "1":
				mcs.createContacts();
				break;
			case "2":
				mcs.delectContacts();
				break;
			case "5":
				mcs.getAll();
				mcs.ask();
				break;
			case "3":
				mcs.alterContacts();
				break;
			case "4":
				mcs.getContacts();
			default:
				System.out.println("输入选项有误!");
			}
		}
	}
}
最近下载更多
asdgcyv  LV1 2023年5月31日
15342201772  LV7 2022年12月4日
balabalawuyu  LV6 2022年11月24日
1102445814  LV1 2022年6月25日
杨小姐好棒棒  LV3 2022年5月24日
Demo1111  LV30 2021年12月6日
N  LV1 2021年6月17日
MrLinsir  LV2 2020年6月19日
如夝萌灵  LV1 2020年5月13日
byy1314520  LV1 2020年4月18日
最近浏览更多
暂无贡献等级
asdgcyv  LV1 2023年5月31日
shushs  LV1 2023年5月31日
adminadminsqwqe  LV7 2023年1月30日
Willson88888  LV3 2022年12月13日
15342201772  LV7 2022年12月4日
balabalawuyu  LV6 2022年11月24日
飞梦ff  LV8 2022年7月24日
1102445814  LV1 2022年6月25日
又见梨园  LV1 2022年6月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友