嗨,我没有 RedDot CMS,我想知道是否可以在<!IoRangeList>
内部 使用<!IoRangePreExecute>
也可以使用 ASP Classic 来获取 for 循环内的元素总和。
或者是另一种方式来做到这一点
这是我的代码
<!IoRangePreExecute>
<%
Dim a(5), b, c
%>
<% d = 0 %>
<!IoRangeList>
' user range list as loop to get value from reddot
a(<% d = d + 1 %>) = <%value%>
<!/IoRangeList>
<% For Each b in a
c = c + Cint(b)
Next
Response.Write(c)
%>
<!/IoRangePreExecute>
我想知道这是正确的方法