方法一:直接获取computeID
Dim str As String = ComputerIdmsgbox(str)
方法二:生成全球唯一的编号
Dim str As String = Guid.NewGuid().tostringmsgbox(str)