词语屋>英语词典>semicolons翻译和用法

semicolons

英 [ˌsɛmɪˈkəʊlənz]

n.  分号
semicolon的复数

计算机

柯林斯词典

    in AM, usually use 美国英语通常用 semicolon

  • 分号(;)
    Asemi-colonis the punctuation mark; which is used in writing to separate different parts of a sentence or list or to indicate a pause.

    双语例句

    • It was the big thing out of life he had read to her, not sentence-structure semicolons.
      他向她念的是那重大的东西,不是句子结构或分号什么的。
    • First, the use of semicolons and backslashes.
      首先是分号和反斜线的用法。
    • Java's flexibility allows for multiple statements in DOM expressions, separated by semicolons, and define functions in statements.
      Java的灵活性允许在DOM表达式中有多个语句,用分号隔开,以及在语句中定义函数。
    • Look in list must contain valid files or folders, separated by semicolons.
      查找范围列表必须包含以分号分隔的有效文件或文件夹。
    • Do not include semicolons in your key.
      密钥中不要包含分号。
    • The syntax is slightly different using commas instead of semicolons to separate parameters.
      语法有些不同,即采用逗号代替分号来分隔参数。
    • The names of the meeting organizer and attendees are separated by either semicolons or commas without any carriage returns.
      会议组织者和与会者的姓名用分号或逗号分隔,中间没有任何回车。
    • Two more reasons: no semicolons and no casting required.
      还有两个原因:不使用分号,不需要强制转换(casting)。
    • Separate the button names with semicolons.
      用分号隔开按钮名称。
    • Ruby methods are invoked with the same dot-notation as in Java programming, but parentheses(()) and semicolons(;) are optional.
      和Java编程一样,Ruby方法也是通过点标记法调用的,但是括号(())和分号(;)是可选的。