#4602 | // 比较字数变化 |
#4603 | if($zishustr){ |
#4604 | $zishus_new = explode(',', $zishustr); |
#4605 | $zishus_new = array_unique($zishus_new); //去重 |
#4606 | $zishus_new = array_filter($zishus_new); //去掉空 |
#4607 | }else{ |
#4608 | $zishus_new = array(); |
#4609 | } |
#4610 | $zishus_old = (array)_json_decode($olddata['zishus']); |
#4611 | $zishus_arr = $zishus = array(); |