保存為.vbs文件即可
dim n,ans,i
n=inputbox("n(0<=n<=170)=")
ans=1
for i=1 to n
ans=ans*i
next
msgbox(ans)
2026上岸·考公考編培訓(xùn)報(bào)班