Function rnd_Integer( Min, Max ) Randomize rnd_Integer = CInt((Max-Min+1)*Rnd()+Min)End Function在Min 与 Max之间取随机数