foreach($data as $num=>$key ){ return $num; }
关键就是这个$num;
foreach中如何取全部长度的值
原文:https://www.cnblogs.com/yaoliuyang/p/12305088.html