随机截取数组 // 开始 , 数组总数, 取多少个1 $rand_key = arr_Rand(1,$strCount,$kcData['exam_number']); // 获得随机数组(数字 对应数组下标 获取新的随机后数组) 2 function arr_Rand($begin, $count, $limit){ 3 $r... Other 2023-10-03 47 点赞 0 评论 71 浏览