1、单层结构体数组赋值 实现源码: #include <stdio.h> #include <stdint.h> #include <string.h> /*直接给结构体赋值*/ typedef struct _SSData { int ID[4]; int arr