$words = explode(' ', $string); $wrapped = array_map(function($word) { return "<span>{$word}</span>"; }, $words); $output = implode(' ', $ ...
確定! 回上一頁