repeat statement

重复语句:在编程中
常用释义
重复语句:在编程中,用于控制程序多次执行相同代码块的语句。

扩展信息

重复叙述
下载 0KB 国立编译馆 学术名词资讯网 r R 2 ... 重复回路 repeat loop 重复叙述 repeat statement 重复字串 repeat string ...

例句

REPEAT语句定义了一个语句集合,如果在REPEAT循环结束时某个条件的求值结果为true,那么就将执行这个语句集合。

The XPath statement in the nodeset attribute of the repeat element defines which Info elements display within the repeat statement.

repeat元素nodeset属性中的XPath语句指定了要在repeat语句中显示的Info元素。

Select only certain records using XPath in a repeat statement

在repeat语句中使用XPath选取特定的记录

清单11.repeat语句示例