<div>
<p>
<asp:RadioButtonList ID="listGender" runat="server" data-ng-model="Gender">
<asp:ListItem>Male</asp:ListItem>
<asp:ListItem>Female</asp:ListItem>
</asp:RadioButtonList>
</p>
<p>
{{Gender}}
</p>
</div>
任何人都可以解释如何在asp.net中使用针对RadioButton的ng-model。 在上面的代码我试过,但我没有得到输出。