截取字符串并过滤掉空字符串

     var array = waybillStr.Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries);

posted on 2017-12-06 09:47  雪原日暮  阅读(620)  评论(0)    收藏  举报