急啊,指针我在循环中使用了这个语句tmp=mygraph->matrix[index];但是当第二次循环时,不知为什么,tmp指的不是mygraph->matrix[index]开始的链表,但是mygraph->matrix[index]能输出下确的值?