$m_pyjn = $row['m_pyjn'];
$tesewhere['t_id'] = array('eq',$m_pyjn);
$list = D('Type')->field('t_title')->where($tesewhere)->limit('0,100')->select();
foreach ($list as $key => $val) {
$listarr[] = $val['t_title'];
}
$listarr = array_unique($listarr);
$this->assign('teselist', $listarr);注:$m_pyjn 取到的值是这样子 15,14,21,4,19,18刚入手 tp 零晨 2 点发贴求助
最佳答案
		