string str(“hello world”); string *pstr=&str; cout<<*pstr<<endl; //cout <<pstr[0]<<endl; 需要 #include < string >