VB表达式。白木道人~
VB表达式。白木道人~
日期:2009-03-24 05:38:27 人气:1
'1.
Randomize
ms=chr(Int((10 * Rnd) + 67))
msgbox ms,,"产生字母为:"
'2
Randomize
ms=Int((100 * Rnd) + 100)
msgbox ms,,"产生数字为:"
’3
'if x mod 5 =0 or x mod 7=0 then
'4
dim x=78
ms=x\10+