sub command1_click()for i=1 to 4x=4for j=1 to 3x=3for k=1 to 2x=x+6next knext jnext iprint xend sub答案是 15 但我不知道怎么算出來的 麻煩解釋下內循環的算法! 謝謝! 查看完整描述