找考题网-背景图
填空题

以下代码运行结果为:()。
<?php
$first ="This course is very easy !";
$second =explode("",$first);
$first =implode(",",$second);
echo $first;
?>

【参考答案】

This,course,is,very,easy,!
热门试题