运行 ❯
获取 你的
自己的 PHP
服务器
×
转换方向
转换主题,深色或浅色
转到 Spaces
<!DOCTYPE html> <html> <body> <?php $a=array("red","green","blue","yellow","brown"); print_r(array_slice($a,1,2)); ?> </body> </html>