闲者博客 - api 2022-02-26T10:14:07+08:00 Typecho https://bk1314.com/feed/atom/tag/api/ <![CDATA[php 冷门api goto]]> 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 函数和类都不可以 //但是可以跳出循环 ]]>