自己扩展一下
Dim num As Double = 369For Each n As String In cstr(num) Dim n1 As Integer = Rand.Next(n) Dim n2 As Integer = n - n1 output.show(n1 & n2)Next