MVC: Controll与View的交互

        public ActionResult JavaScriptResultDemo()

{

return JavaScript(@"alert(""This is from Conroll!"")");

}

原文地址:https://www.cnblogs.com/glj1203/p/2009211.html