String strSalesStaff_init="李世民,朱元璋,刘秀,李自成";
String[] arrSalesStaff =strSalesStaff_value.split(",");//转换 数组
String str=arrSalesStaff[0];//取值

 

相关文章: