StackOverflow 文件 coldfusion 教程 CFLOOP 方法 索引迴圈 索引迴圈 Created: November-22, 2018 使用 from 和 to 屬性指定應發生的迭代次數。 (可選)step 屬性允許你確定增量的大小。 <cfloop from="1" to="10" index="i" step="2"> <cfoutput> #i#<br /> </cfoutput> </cfloop> 查詢迴圈名單