//char *p = "hello";//错误(活动) E0144 "const char *" 类型的值不能用于初始化 "char *" 类型的实体 const char *p = "hello";