日期:2014-05-17 浏览次数:20991 次
| 
 
asp.net  
页面引用FCK JS 和jquery .js View调用 @Html.FckText("Content2", Model.Content2) 后台扩展方法 public static MvcHtmlString FckText(this System.Web.Mvc.HtmlHelper helper, string name, string val, string width = "1500", string height = "400") { if (string.IsNullOrEmpty(name)) { return MvcHtmlString.Create("name属性为必须"); } int thm = DateTime.Now.Millisecond; string html = @" <script type=""text/javascript""> 
                        免责声明: 本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
                     
                    
相关资料更多> 
                    
                    
                    
                    
推荐阅读更多>
  |