运行 ❯
获取您
自己的 PHP
服务器
×
更换方向
更换主题,深色/亮色
转到 Spaces
<!DOCTYPE html> <html> <body> <?php $a=array("a"=>"red","b"=>"green","c"=>"blue"); echo array_search("red",$a); ?> </body> </html>