大于运算符的比较操作
5. if ($a > $b) {
echo "$a大于$b";
} else {
echo "$a不大于$b";
}
文件大小:932KB
5. if ($a > $b) {
echo "$a大于$b";
} else {
echo "$a不大于$b";
}
评论区