Dim str = "123技术(32)"str = System.Text.RegularExpressions.Regex.Replace(str, "\([0-9]+\)","")msgbox(str)