階層 function aa(n)       if n=2 then       aa=int(n)*1   else            aa=int(n)*aa(int(n)-1)    end if  end function   HTML 呈現方式 <%  response.write  aa(9)  %>

-----
文章標籤
全站熱搜
創作者介紹
創作者 Pescados 的頭像
Pescados

Ojos que no ven,corazón que no siente.

Pescados 發表在 痞客邦 留言(0) 人氣(191)