C语言程序设计物流管理系统
#include<stdio.h>#include<stdlib.h>#include<string.h>typedef struct _goods{ char NO[6];//编号 char nam
C语言程序设计物流管理系统