标签描述For循环,支持from、to、step三个属性。

  标签属性

属性

数据类型

允许值

用法

from

String

 

从第几个起开始循环

to

String

 

循环到第几个结束

step

String

 

循环变量步长

 

  标签实例