if(strcmp(ptr->id,new_node->id)==0) { system("CLS"); printf("輸入的學號重覆!!\n"); new_node=NULL; return head; } ptr=ptr->next;
確定! 回上一頁