报错:未找到string的公共成员removeat
Dim lb As WinForm.ListBox = e.Form.controls("ListBox1")Dim i As Integer = lb.SelectedIndexlb.items(i).removeat()