FOR 当前离线
中尉
Randomize():a= int((99-1)*rnd()+1):b=a mod 2 if b=0 then msgbox(a&" 是偶数") else msgbox(a&" 奇数") end if复制代码
TOP