作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -174,6 +174,6 @@ tpl;
$data[$k]['time']=time('Y-m-d',$data[$k]['published_time']);
}
$re=array_column($data,NULL,'time');
print_r($re);
print_r($data);
}
}
... ...