导航

MVC: Controll与View的交互

Posted on 2011-04-08 11:32  Trible.H  阅读(392)  评论(0编辑  收藏  举报
        public ActionResult JavaScriptResultDemo()

{

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

}