lixiaolong 发表于 2018-12-16 15:17:56

php 字符串转成二维数组

  第一种方法:
  
  第二种方法:
array_chunk(explode('|', $a), 4);
页: [1]
查看完整版本: php 字符串转成二维数组