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

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

原文地址:https://www.cnblogs.com/muxueyuan/p/7991175.html