PHP array_unique() 函数完整的PHP Array 参考手册实例移除数组中重复的值: <?php $a=array('a'=>'red','b'=>'green','c'=>'red');print_r(array_unique($..
確定! 回上一頁