PHP join () 函数. 把数组元素组合为一个字符串:<?php. $arr = array('Hello','World!','I','love','Shanghai!');. echo join(" ",$arr); ?> 定义和用法.
確定! 回上一頁