收起
第13行插入:str[i] = '\0';第15行:for(int j=0;j<=strlen(str);j++) 修改为:for(int j=0;j<strlen(str);j++)
报告相同问题?