Marco Nie - c++ 中 string 字符串的含义 的评论 https://blog.niekun.net/archives/1953.html 有如下代码:int main(){ char *s; s = "hello"; cout << *s << endl; cou...