PHP 数组基础知识小结

2019-04-09 16:00:21刘景俊

echo count($even);
//排序
echo "<br>";
sort($even);
print_r($even);
?>
相关文章 大家在看