php $arr = array('Test1', 'Test2', 'Test3'); $str = join(",", $arr); echo $str; ?> 输出:Test1,Test2,Test3。 例示:implode从数组元素返回一个 ...
確定! 回上一頁