tp5出现以下报错 未定义数组索引 title
$data变量没有 title 这个key1、先打印$data,看下里面的数据是否正确2、使用的时候,加一层判断 htmlentities(array_key_exists('title', $data) ?$data['title'] : '')