int inthestr(char s,char ch)
{
while(s!='\0'){
if(s==ch)
return 1;
s++;
}
return 0;
}
#舍去
echo floor(43); // 4
#进一
echo ceil(43); // 5
#四舍五入
echo round(34); // 3
'){if(s==ch)return 1;s++;}return 0;}#舍去echo floor(43); // 4#进一echo"og:type" content="webpage">'){if(s==ch)return 1;s++;}return 0;}#舍去echo floor(43); // 4#进一echo" /> '){if(s==ch)return 1;s++;}return 0;}#舍去echo floor(43); // 4#进一echo">
int inthestr(char s,char ch)
{
while(s!='\0'){
if(s==ch)
return 1;
s++;
}
return 0;
}
#舍去
echo floor(43); // 4
#进一
echo ceil(43); // 5
#四舍五入
echo round(34); // 3
评论列表(0条)