英语单词查询
goto
「goto」的意思
v. 转到; n. (Goto)(美)戈托(人名)
v.转到
「goto」的用法
goto跳转到指定的标签 - 用于控制程序的流程,跳转到指定的标签处继续执行
「goto」的例句
The goto statement is often considered harmful.
goto语句通常被认为是有害的。
We should avoid using goto in modern programming.
我们应该避免在现代编程中使用goto。
The goto statement can make code harder to understand.
goto语句可以使代码更难理解。
Many programmers prefer to use structured programming instead.
许多程序员更喜欢使用结构化编程。
Goto is generally discouraged in professional coding practices.
goto通常在专业编程实践中被 discourage。
However, it can be useful in certain low-level programming tasks.
然而,在某些低级编程任务中,它可能很有用。
In general, it's best to avoid goto and use control structures instead.
一般来说,最好避免使用goto并使用控制结构代替。
Goto can lead to spaghetti code if not used carefully.
如果不小心使用,goto可能导致面条代码。
It's important to understand the alternatives before using goto.
在使用goto之前,了解替代方案很重要。
...and that's all for today's lesson on goto!
...这就是今天关于goto的全部内容!