摘要: Controllers: public ActionResult Index() { return View(db.GuestBooks.ToList()); } // // GET: /Guest2/ ... 阅读全文
posted @ 2015-03-09 16:45 小站记忆 阅读(2110) 评论(0) 推荐(0)
摘要: 一、Ueditor插件下载自:http://ueditor.baidu.com/website/二、将解压文件目录ueditor复制到项目根目录后, 修改以下几个文件配置: 1.访问路径配置:ueditor.config.js //为编辑器实例添加一个路径,这个不能被注释 ... 阅读全文
posted @ 2015-03-09 15:38 小站记忆 阅读(2161) 评论(0) 推荐(0)