列表元素也是作为其他元素的容器。
在需要时可以显式地构造更多的列表元素。
You need to explicitly construct more list elements as needed.
当用户选取列表元素后执行 onSelect函数。
The onSelect function is executed when the user selects a list element.
首先,单引号必须放在括号之前,然后在括号内定义列表元素。
First, the single quote must precede the parentheses, then the list elements are defined within the parentheses. The output is shown below.
如果想在元素中添加属性,需使用括号作为分组中的下一个列表元素。
If you want to add attributes to the element, use braces as the next element in the list within the group.
一个是一般性问题:创建多个实例属性或静态列表元素来保留每个数据值。
One is the mundane matter of creating multiple instance attributes or static list elements to hold each of the data values.
在此版标准中,一个IE容器列表可以包含一种类型的列表元素。
For this version of the standard an IE container list may contain only one kind of list elements.
您将创建一种分别处理每个列表元素的方法,这是Lisp的真正强大之处。
You'll create a method to process each list element individually, which is the true power of Lisp. Define it as follows.
因此如果调用者不了解实现方式,通常应该遍历列表元素,这比指定下标位置更可取。
Thus, iterating over the elements in a list is typically preferable to indexing through it if the caller does not know the implementation.
首先,元素应该为文本格式,因此我们可以创建这样一个无编号的列表元素:[ "ul" ]。
For a start, any element should be text, so you can create an un-numbered list element like this: [ "ul" ].
在这种情况下,列表元素以逗号分隔,如george,mary是指george和mary。
In such cases, list elements are separated by commas, as in George, Mary to refer to both George and Mary.
应该在:more选项中传递这个元素,就像items列表元素应该有一个标题和一个URL一样。
The element in question is expected to be passed in the: more option and, like the items list elements, is expected to have a caption and a URL.
当你复制的元素从一个列表到另一个你保持在你的原始列表元素相同的参考(如果是参考型)。
When you copy the elements from one list to another you keep the same references of the elements inside your original list (if they are of reference type).
在接收结果的同时,客户机异步处理创建、更新或删除部分web页面,如列表元素、div标记或图像。
Upon receiving the result, the client asynchronously creates, updates, or deletes part of the Web page, such as a list element, div tag, or image.
和filter一样,map计算作为第二个参数传递的字符串,并且通过v:val传递每个列表元素。
Like filter , map evaluates the string passed as its second argument, passing each list element in turn, via v: val.
此ID是必须从方法中返回的ListModel的必需列表元素,它用于识别后续CAI交互中的组件实例。
This id is a required list element in the ListModel that must be returned from this method, and it is used to identify the component instance in subsequent CAI interactions.
您还需要对autosuggest 应用样式并将其列成表,从而使UI更清晰、更便于单击列表元素。
You'll also want to style the autosuggest and list so that the UI is clearer and the list elements are clickable.
sum - factors一次减少一个列表元素,它使用函数(本例中,是+)作为每个元素的第一个参数。
Sum-factors reduces the list one element at a time, using the function (in this case, +) supplied as the first parameter on each element.
调用具有最后链接的iui _ list方法类似于下面的清单,:more选项在列表的底部提供了列表元素。
Calling the iui_list method with an extra final link looks like this, where the: more option is used to provide the list element placed at the bottom of the list.
在本例中,首先创建一组Placemark元素,然后处理组中的每个列表,它们都与vanilla列表元素匹配。
In this case, you first create the Placemark element for the group and then process each listing within the group, both of which match on a vanilla listing element.
当然,列表的强大力量部分来自于递归处理列表元素的能力,这表示可以从列表提取头部,直到列表为空,然后累积结果。
Of course, part of the power of lists comes in recursive processing of the list elements, which simply means pulling the head from the list until the list is empty, then accumulating the results.
HTML为作者提供了几种描述列表信息的机制。所有的列表必须包含一个或多个列表元素。列表可以包含如下元素。
HTML offers authors several mechanisms for specifying lists of information. All lists must contain one or more list elements. Lists may contain.
表格元素与列表元素很相似,因为他们都是容器元素并且都会迭代绑定到其上的数据集,但是表格元素是以平面列表方式展现的。
Table elements are similar to list in that they are container elements that iterate over bound data sets, but are represented in tabular format.
和字符串不同的是,列表是可以修改的。方括号运算符放到一个赋值语句的等号左侧的时候,就会把对应位置的列表元素重新赋值。
Unlike strings, lists are mutable. When the bracket operator appears on the left side of an assignment, it identifies the element of the list that will be assigned.
SQL查询使用存储过程为每行返回数据创建一个xml列表元素,同时传递null作为列以获取值,因为它的值就是它的子元素。
The SQL query USES the stored procedures to create one XML listing element per row of data returned, passing in null as the column to obtain its value from because its value is its subelements.
同样,只有模式指定为first - in - group时,该模板才匹配列表元素,就像从前一个收集groupleaders的模板中调用一样(在清单5中)。
Again this template matches on listing elements but only when the first-in-group mode is specified, as it is when called from the previous template (in listing 5) that collected the group leaders.
例如,可以通过zget("/request/myList#3")访问列表元素,或使用 zget("/request/myMap#key") 访问映射内部的 key 的值。
For example, you can access a list element with zget("/request/myList#3"), or the value of key within a map using zget("/request/myMap#key").
无论列表中最大的元素从哪开始,当我完成它的时候,它就在最后。
Wherever the largest element started out in the list, by the time I get through it, it's at the end.
我会查看列表剩下的部分,来看看需要交换哪个元素。
I will look at the rest of the list to decide what's the element to swap into the next place.
我会查看列表剩下的部分,来看看需要交换哪个元素。
I will look at the rest of the list to decide what's the element to swap into the next place.
应用推荐