【说明】
随机数。生成2个随机数m、n,取值范围为1~R、1~C
Randomize m = Int((Rnd * (R - 1)) + 1) ' 1~R Random Int Randomize n = Int((Rnd * (C - 1)) + 1) ' 1~C Random Int