以下围绕“loop第六关攻略”主题解决网友的困惑 vb怎么编写6的阶乘? s = 1 i = 1 Do While i <= n s = s * i i = i + 1 Loop Label4.Caption ...