數組拼接成字符串——PHP

$array = array('lastname', 'email', 'phone'); $comma_separated = implode("/", $array);
相關文章
相關標籤/搜索