我想取文本框值,然后根据这个值下载一个excel列表。DownloadAttendeeExcel", "Attendee", FormMethod.Post, new { id = "downloadAttendee", @class = "stdform" })) @Html.TextBoxFor(x => x.EventID, new { id = "eventID&
我有一个API返回的值(容易,中等,硬):对于每个这些值,我想根据困难影响颜色,我想用一行来做。基本上,这里是我喜欢在某种HTML算法(我使用VueJS)中所做的事情: else if(difficulty is medium) then color is yellow
else if (difficulty is hard) then color is red></di