摘要: break \n"; } / Using the optional argument. / $i = 0; while (++$i) { switch ($i) { case 5: echo "At 5\n"; break 1; / Exit only the switch. / case 10: 阅读全文
posted @ 2017-07-18 14:45 真理君的宿敌 阅读(228) 评论(0) 推荐(0) 编辑