db
db copied to clipboard
修复 dataImplode 方法中在循环体内覆盖了正在被循环的数组的错误
第916行 $data = array_values($value); 覆盖了830行被循环的 $data 数组