转换十进制为二进制的函数
来源:岁月联盟
时间:2004-10-10
for i=0 to 12
p=m mod 2
if p=1 then
have=have&i&","
end if
m=int(m/2)
if m=0 then
zhuan=have
exit function
end if
next
end function
上一篇:随心所欲的定制“弹出窗口”











