当前位置: 首页 > 工具软件 > JSController > 使用案例 >

controller中JS的使用

於宾白
2023-12-01

            var content = "<script type=\"text/javascript\">alert(\"{0}\");setTimeout(\"window.location.href =\'/User/Login\'\", {1});</script>";

            var userModel = usersBLL.Login(account);
            if (userModel == null)
            {
                return Content(string.Format(content, @"登录账号不匹对!点击'确定'按钮后将跳转到登录页面", 1000));
            }

 

 

 类似资料: