either of two punctuation marks ([ or ]) used to enclose textual material
双语例句
1. Every time you see a squarebracket , put a paren in. All right?
每次你看到一个方括弧,你就得在此添加一个圆括弧,明白了吗?
youdao
2. Using square bracket () notation, you can specify a filter-in this case, the stylesheet filters for Mail items only.
使用方括号()标记,您可以指定一个过滤器—在本例中,样式表只过滤Mail项目。
youdao
3. With the Brush tool selected, you can increase / decrease the brush size by pressing [ or ] key (square bracket key).
在画笔工具被选择的情况下,你可以按下“[”或“]”(左右方括号键)来增大或减小画笔的尺寸。
youdao
4. The asterisk (*) after the last closing square bracket indicates that more than one of the enclosing items can be included.
最后一个结束方括号之后的星号(*)代表可以包含一个或多个包含项。
youdao
5. Whatever the mortgage rate is quoted, you substitute it into this formula and you find out what the square bracket thing is.
如果知道利率,你把它带入公式,就能得出方括号的数值。
youdao
6. And you access all the items in the same way using the square bracket operator, which supports slicing different types of sequential items.
并且可以使用方括号操作符以相同的方式访问所有数据项,它支持将不同类型的有序数据项分段。
youdao
7. As seen in the example, array sub-indexing is performed using the familiar square bracket syntax, and the sub-index of the first element is 1.
正如在此示例中所看到的,使用熟悉的方括号语法来执行阵列子索引,且第一个元素的子索引为1。
youdao
8. Most of the container types in Python, including the tuple, allow you to access items easily from the collection using the square bracket operators.
Python中的多数容器类型(其中包括tuple)允许您使用方括号操作符从集合中方便地访问数据项。
youdao
9. In Listing 5, you replace the resource with a blank node and use square bracket notation to show that the two enclosed statement fragments have the same blank node subject.
清单5中用空白节点替换了资源,使用方括号表明其中的两个命题片断都使用空白节点主语。
youdao
10. OK. And how do I create them? Well, the representation is, following a square bracket, followed by a sequence of elements, separated by commas, followed by a closed square bracket.
11. Once you have created a dictionary, you can access its values using the standard square-bracket indexing notation, but using a string as the index instead of a number.