Dim Lst As New List(Of String)Lst.Add( "电视机")Lst.Add("电冰箱")Lst.Add("洗衣机")cmb.Combolist = String.Join("|",Lst.ToArray())