这段代码的输出结果是什么

dim a(6)for i=0 to 6a(i)=i+1nextfor i=0 to 6count=count+a(i)+1nextresponse.write count
2025-05-22 20:54:11
推荐回答(1个)
回答1:

35