braces
大括号
频率: 4.21.1 每百万词
Refers to the symbols { and }.
指符号{和}。
分类:
例句 (10)
braces = 大括号 (指符号{和}。)
- In JSON format, objects are enclosed in braces.在 JSON 格式中,对象用花括号括起来。
- The body of a function in C++ must be wrapped in braces.C++ 中函数的主体必须用花括号包裹。
- In set theory, the elements of a set are listed within a pair of braces.在集合论中,集合的元素列在一对花括号内。
- To define a code block, you need to use opening and closing braces.要定义代码块,您需要使用起始和结束花括号。
- Are you sure all the braces are correctly matched in your code?你确定代码中所有的花括号都正确配对了吗?
- She listed the three options in braces to distinguish them from the main text.她用花括号列出了三个选项,以将它们与正文区分开。
- JavaScript objects are collections of key-value pairs contained within braces.JavaScript 对象是包含在花括号内的键值对集合。
- Use braces to indicate placeholder text that the user must replace.使用花括号来表示用户必须替换的占位符文本。
- I spent an hour debugging my code only to find a missing pair of braces.我花了一个小时调试代码,结果只发现少了一对花括号。
- For the next exercise, you will define a dictionary using braces.在下一个练习中,你将使用花括号来定义一个字典。