2019-10-15 0
$fidStr = array("abc","edf","123",123);//提交一个一维数组即可
return $this->select('*',[
'fid' => $fidStr,
'ORDER' => $order
]);
加载更多