这样写对吗?
来源:1-10 编程练习
神知
2018-11-28 00:03:19
$str1 = "i want to fly, Fly in the sky ,fly to the Higher!";
$str2 = "i want to fly, Fly in the sky ,fly to the Higher!";
$str3 = "i want to fly, Fly in the sky ,fly to the Higher!";
$str4 = "i want to fly, Fly in the sky ,fly to the Higher!";
echo strtoupper($str1)."<br/>";
echo strtolower($str2)."<br/>";
echo ucfirst($str4)."<br/>";
echo ucwords($str3);
1回答
guly
2018-11-28
你好,是正确的,祝学习愉快加油~~
相似问题