请老师检查
来源:1-6 编程练习
诗曦
2019-04-30 15:52:28
<?php
header("content-type:text/html;charset=utf-8");
$name = "姓名:stefen";
$call = "电话:10795856";
$motto = "座右铭:If you shed tears when you miss the sun,then you would miss the stars";
$z = $name.$call.$motto;
echo "所有信息的总长度为:".strlen($z);
?>
1回答
正确哦~棒棒哒!继续加油!