摘要: mvc中返回的javascript当做文件下载解决方案 Response.ContentEncoding = System.Text.Encoding.UTF8; Response.ContentType = "text/html";或者使用 Page.ClientScript.RegisterClientScriptBlock (上面两句话就不用写了) 阅读全文
posted @ 2014-01-16 17:04 尼姑哪里跑 阅读(167) 评论(0) 推荐(0)