C++, 如何接受一个string类? 急!!! 日期:2013-12-12 22:51:38 人气:1 C++, 如何接受一个string类? 急!!! # include # include using namespace std;int main(){ string str; cout>str; cout<<"str is "<<str<<endl; return 0;}