结构体里面嵌套结构体指针怎么引用

2025-04-30 03:32:47
推荐回答(1个)
回答1:

(*(struct.p)).i //引用i
(*(struct.p)).a+index //引用a数组