string a = "bmw,benz,toyota,sony,nokia";
string[] b = a.Split(',');那么b[1]就是benz如何从b中去掉某项.可能是去掉b[1]可能去掉b[4]根据接收的id来判断.请指教.谢谢.