vb缺少标识符

2025-03-04 03:28:12
推荐回答(1个)
回答1:

int的用法是 n=int(),所以:
Private Sub Form_Click()
x = Int(Rnd * 991 + 10)
Print x
End Sub