请老师检查

来源: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回答

好帮手慕查理

2019-04-30

正确哦~棒棒哒!继续加油!

0

0 学习 · 4928 问题

查看课程

相似问题