八八字典>英语词典>unordered翻译和用法

unordered

英 [ˌʌnˈɔːdəd]

美 [ʌnˈɔrdərd]

adj.  无序的;无条理的

计算机

COCA.42866

英英释义

adj

双语例句

  • XML has the concept of unordered mapping for element attributes, but strict ordering for nested elements.
    XML中存在这样的概念:对元素属性采用无序映射,而对嵌套元素使用严格的排序。
  • Note: In Python, sets are unordered collections of unique elements.
    注意:在Python内,集是惟一元素的无序集合。
  • That is, it's an unordered container, indexed by strings rather than integers.
    也就是说,这是一个无序容器,按字符串而不是整数来进行索引。
  • The previous list, for example, is an unordered list, created with the UL element.
    举个例子,上述的列表是一个无序列表,使用UL元素创建的。
  • In both cases, attributes are usually better for unordered data.
    在这两种情形中,通常属性适合于无序的数据。
  • Next, add some additional markup to your HTML document: an unordered list of links.
    接下来,在HTML文档中添加一些标记:一个无序的链接列表。
  • Demonstrates different types of unordered lists.
    这个例子演示了不同类型的无序列表。
  • Bags are unordered collections that allow duplicates.
    袋子是允许重复的无序集合。
  • With that list, you build an unordered list() with list item elements for each item().
    使用这个命令列表构建一个无序列表(),其中每个条目是一个列表条目元素()。
  • Inside of the div, it will search through all unordered lists(), returning the first list item() for each list.
    在div中,它将搜索所有无序列表(),返回每个列表的第一个列表项()。