指针字符串

cooolr 于 2022-03-17 发布
char *text;
text = "hello world";            // failed
text = (char *) "hello world";   // sucess