数组拼接成字符串——PHP

$array = array('lastname', 'email', 'phone'); $comma_separated = implode("/", $array);
相关文章
相关标签/搜索