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 LV9
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日
最近浏览更多
微信网友_6589859840430080
2023年8月3日
暂无贡献等级
asdgcyv LV1
2023年5月31日
shushs LV1
2023年5月31日
adminadminsqwqe LV8
2023年1月30日
Willson88888 LV3
2022年12月13日
15342201772 LV9
2022年12月4日
balabalawuyu LV6
2022年11月24日
飞梦ff LV8
2022年7月24日
1102445814 LV1
2022年6月25日
又见梨园 LV1
2022年6月1日

