implode把数组 组成一个字符串

mac2022-06-30  71

$data=array(1,2,3,4,5); implode(",",$data);

  

转载于:https://www.cnblogs.com/hgj123/p/4168978.html

最新回复(0)