one($data); } if (!$data) { Dever::alert('错误的文章信息'); } //embed $data['content_array'] = array(); if (strstr($data['content'], 'embed')) { //print_r($data['content']);die; preg_match_all('//i', $data['content'], $matches); if (isset($matches[1])) { foreach ($matches[1] as $k => $v) { } } //print_r($matches);die; } return $data; } }