i need to explode
$string = "arraytext,carsType:bmw,jep";
so the ouput should be like
{ arraytext, carsType:{ bmw, jep } }
收起
报告相同问题?