<?php$hots = array('8213'=> 0,'8212'=> 100,'8172'=> 10008);$key = array_search(max($hots),$hots); echo $key;?> 运行结果为:8172