我需要在 mvc 控制器中显示警报消息(仅服务器端不在客户端)。我有 id 列表,我需要在我的警报消息中显示所有 id。我尝试下面的代码:
if (id.Count > 0)
{
// here i need to display the alert message with my ids
}
我需要在 mvc 控制器中显示警报消息(仅服务器端不在客户端)。我有 id 列表,我需要在我的警报消息中显示所有 id。我尝试下面的代码:
if (id.Count > 0)
{
// here i need to display the alert message with my ids
}