闲者博客 - 冷门
2022-02-26T10:14:07+08:00
Typecho
https://bk1314.com/feed/atom/tag/%E5%86%B7%E9%97%A8/
https://bk1314.com/45.html
2022-02-26T10:14:07+08:00
2022-02-26T10:14:07+08:00
飞鱼
http://www.typecho.org
<?php
echo "start";
echo "<hr/>";
goto TEST;
echo "<hr/>";
TEST:
echo "end";
//goto 不能跳入循环 switch。。。case 函数和类都不可以
//但是可以跳出循环
]]>