C语言中=>这个符号是什么意思? 日期:2020-05-10 11:54:24 人气:1 C语言中=>这个符号是什么意思? 应该没有这个符号=>,只有这个-> 如果是这个"->"的话 如:student->date; 代表student结构体中,date的向量.等价与student.date