运行 ❯
获得
您自己的 PHP
服务器
×
更换方向
更换主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <?php $a=array(5,5); echo(array_product($a)); ?> </body> </html>