string str_tmp="12345";int int_tmp;如何让int_tmp==12345?int_tmp = atoi(str_tmp.c_str());