📜  随机数生成器 vb.net - VBA 代码示例

📅  最后修改于: 2022-03-11 14:51:57             🧑  作者: Mango

代码示例1
Dim randNum As New Random
MsgBox(randNum.Next(1, 100))