用VB编程:写一个破解密码的程序

2025-06-25 19:32:34
推荐回答(1个)
回答1:

什么叫穷举法?
我干脆:
dim x as long
dim mima as long' 密码
do until x = mima
x = x + 1
loop
msgbox x' 显示出密码