求大神指点#include<stdio.h>int main(){ char *a[9]={"red","green","yellow","blue","black"}; char **p; p=a; printf("%s",p); return 0;}为什这样输出结果是乱码