这个小程序有什么问题请大家说一下#include "stdio.h " #include "string.h " void main() { char *pstrar[3]; strcpy(pstrar[0], "世界 "); printf( "%s\n ",pstrar[0]); } [解决办法]char*,内存还没申请就直接strcpy