一个c语言结构体的问题,没有想明白,请高手解释下

2019-08-11 18:09发布

struct structBL{
        unsigned char BasePrtLine[100];       
};
struct structCL{
        struct structBL ByteLine[10];
};
struct structCL temp[2];

temp[xx].ByteLine[0].BasePrtLine[xx] = xx;
怎么理解这句话?小白一枚

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。