摘要:
<{$detail['indexs']['title']|cut:30}> 阅读全文
posted @ 2018-09-17 18:58
limonyun
阅读(93)
评论(0)
推荐(0)
摘要:
PHP5.5以下: $key_arrays[]='排序字段'; $coupons_list=array('1','2','3');//排序数组 foreach ($coupons_list as $cou) { $key_arrays[]=$cou['to_time']; } //即将结束 array_multiso... 阅读全文
posted @ 2018-09-17 09:06
limonyun
阅读(174)
评论(0)
推荐(0)