http://blog.chinaunix.net/uid-20357359-id-1963246.html
c_str 取得C风格的const char* 字符串
list<string>::iterator Iterator;
Iterator=Player.begin();
printf("Player %s\n",Iterator->c_str());
http://blog.chinaunix.net/uid-20357359-id-1963246.html
c_str 取得C风格的const char* 字符串
list<string>::iterator Iterator;
Iterator=Player.begin();
printf("Player %s\n",Iterator->c_str());