
2条回答 默认 最新
threenewbee 2017-12-01 02:41关注http://blog.csdn.net/happy_cheng/article/details/44069533
把cmp修改下
return strcmp((char *)a,(char *)b) ;
修改为
return strlen(a) = strlen(b);本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
http://blog.csdn.net/happy_cheng/article/details/44069533
把cmp修改下
return strcmp((char *)a,(char *)b) ;
修改为
return strlen(a) = strlen(b);