powerbuilder如何随机打开一个window

2025-06-26 04:17:57
推荐回答(1个)
回答1:

int i
i=rand(3)
if i=1 then
open(w_1)
elseif i=2 then
open(w_2)
else
open(w_3)
end if