semicolons怎么读,semicolons的音标和真人发音
  

semicolons是什么意思,semicolons的意思是

n.分号( semicolon的名词复数 )

semicolons 的用法和双语例句“点击”或“选中”例句中的单词,就可以看到词义解释

For expressions may be defined with parenthesis or curly braces , but using curly braces means you don 't have to separate your filters with semicolons .
for表达式可以用括号或者大括号来定义,但是使用大括号意味着你不必用分号来分割你的过滤器。
You may have already noticed that there were very few semicolons in the code examples in the previous chapter .
你可能已经注意到,在上一章的代码示例中很少有分号出现。
You can use semicolons to separate statements and expressions , as in java , c , php , and similar languages .
你可以使用分号来隔离各个声明和表达式,就像java,c,php以及其他类似的语言一样。
Because semicolons , function return types , method arguments lists , and even the curly braces are sometimes omitted , using an equals sign prevents several possible parsing ambiguities .
因为分号,函数返回类型,方法参数列表,甚至大括号都经常会被省略,使用等于号可以避免几种可能的二义性。
Omitting optional semicolons means fewer characters to type and fewer characters to clutter your code .
省略可选的分号意味着更少的符号输入和更少的符号混乱。
In scala , semicolons are only required if you have multiple statements on the same line .
scala里,分号仅在同一行出现多条语句的时候才需要。
Note : you may have noticed that there were no semicolons after variable declarations or assignments .
注意:你可能已经注意到变量声明或赋值语句后没有分号。
When you want to put multiple statements or expressions on the same line , you can use semicolons to separate them .
当你需要在同一行中放置多个声明或者表达式的时候,你可以使用分号来隔开它们。