摘要: 1 #include 2 #include 3 #include 4 5 typedef struct address_list 6 { 7 char name[30];//姓名 8 char work[30];//职业 9 char phone[... 阅读全文
posted @ 2016-01-19 17:51 Xbert 阅读(993) 评论(0) 推荐(0) 编辑