将string对象利用c风格的形式输出函数:  c_str()

栗子:      string s;      printf("%s\n",s.c_str());