我想连续输出两个数字:
- 第一
- 第二
下面是基本代码:
<cfloop index="x" from="2" to="#ListLen(stringOf200Numbers)#" >
<cfset x2 = x>
<cfoutput>
<h2>#x#</h2>
<h2>#x2#</h2>
</br>
</cfoutput>
</cfloop>
我尝试了许多不同的角度......希望得到一些专家的帮助......