void initial(int * * p) { *p==NULL; } int * movie; //如果把move 初始化两个就都可以了 int a = 3; movie = &a (1)initial(&movie) (2)initial(movie)