IEnumerable<User> userlist=xxxx;

string[] ids=userlist.select(u=>u.id).toArray();

相关文章: