判断字符串sl是否大于字符串s2,应当使用( )。 A、if(sl>s2);B、if(strcmp(sl,s2));C、if(strcmp(s2,s1)<0);D、if(strcmp(sl,s2)>0) 发布时间:2024-06-28 09:49:48