1、 创建单链表并将其定义为新类型 goodlist ,同时定义inventory为链表头节点。 2、 使用c语言文件操作函数fopen , fclose , fprintf , fscanf与fprintf_s,fscanf_s等打开指定txt文件,并读取txt文件内容。 3、 将读取到的内容录入到链表。 4、 输出超市系统封面(main函数)。 5、 完善链表操作函数 void insert(...