string.Join(",", Table1.Select(o => o.Note).Where(o => !string.IsNullOrWhiteSpace(o)));//排除了note为null或为空格字符的情况