跳转到主内容
思享编程网:思考分享,玩转编程世界!

中文括号和英文括号到底有啥区别?小括号、中括号、大括号,英文怎么表达?

Hey,小伙伴们,是不是有时候在看英文文档或者写代码的时候,看到那些括号,心里直发蒙?别担心,今天咱们就来聊聊这些小括号、中括号、大括号,它们在英文里是怎么说的,还有它们各自的用途。

首先,来看看小括号(Parentheses)

小括号在英文里叫Parentheses,复数形式是Parentheses。比如说,我们要提醒别人注意某个部分,就可以说:

Make sure to read what's in parentheses.

而且,如果你需要强调某个信息,也可以用小括号,比如:

Write this down: all new students will need to come to the Conference Hall, (open parenthesis) Room 202, (close parenthesis).

然后,是中括号(Brackets)

中括号在英文里叫Brackets,也就是我们常说的方括号。它们通常用来区分文本中的建议或者注释,比如:

We type suggestions between brackets to distinguish them from the regular text.

最后,大括号(Curly brackets)

大括号在英文里叫Curly brackets,或者叫Opening / closing braces。它们通常用来包含一系列的文本或者代码,比如文章中的翻译或者数学公式中的部分,例如:

The curly brackets contain a translation of the Spanish terms in the article.
Make sure to put opening and closing braces around the equation.

好了,今天我们就聊到这里。记得,学习编程最重要的就是理解思路,希望这篇文章能帮到你。我是陆砚码,来自「思享编程网」(www.sxgpb.com),一个热爱技术分享的编程达人。如果你还想了解更多编程知识,记得来我们的网站看看哦!

相关文章