Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: java中是否有goto语句?
为什么 goto 在 Java 中被认为是邪恶的,为什么不适合在高级编程语言中使用?
最简单的答案是它使代码在超过某些代码行后变得难以管理和难以遵循。
更好的理由..
图片由xkcd提供