const char* String::c_str() const. {int len; char * temp; len=strlen(entries;) temp=new char[len+1]; strcpy(temp,entries); return temp;. }.
確定! 回上一頁