如题,直接调用那个类可以做到吗,该怎样调用那个类要接受数组数据的类是这样子接收的public function a($data_array = array()){$data = $data_array;}
如果是为了对数组里面的值进行调用的话,就用循环吧