
$user = M('chapter')
$condition['anime_id'] = $id
$chap = $user->where($condition)->select()
$this->assign('chap',$chap)
在网页中加<foreach></foreach>循环
欢迎分享,转载请注明来源:内存溢出

$user = M('chapter')
$condition['anime_id'] = $id
$chap = $user->where($condition)->select()
$this->assign('chap',$chap)
在网页中加<foreach></foreach>循环
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)