foreach($arr as $index => $value){ $arr[$index] = (int)$value; } 采用循环遍历的方式,将数组中的每一个数字字符串元素设置为整数数字。 相关文章: 2021-11-17 2022-12-23 2022-12-23 2021-11-08 2022-02-05 2022-12-23