<?php
//创建一个索引数组,索引数组的键是“0”,值是“苹果”
$fruit=array("苹果","香蕉","菠萝");
print_f($fruit);
?>
应该是print_r不是print_f吧
输出没有带健值