string.Join+linq
string hwrdstr = string.Empty ;
hwrdstr = string.Join("、",userEntityList.Select(x => x.Account));
string hwrdstr = string.Empty ;
hwrdstr = string.Join("、",userEntityList.Select(x => x.Account));