我最近回答了类似的问题:https://stackoverflow.com/a/34142740/215945
您可以在模板中执行以下操作:
{{student.StudendId}}
然后,与选定的学生做一些事情:
this.students.filter(_ => _.selected).forEach(_ => { ... })