찾다

스위치 문

目录列表

填空,使下面的代码正常运行。

<?php $a = 1; ($a) { 1: echo 'One'; ; case 2: echo 'Two'; break; } ?>

1/1