博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
KindEditor
阅读量:5906 次
发布时间:2019-06-19

本文共 430 字,大约阅读时间需要 1 分钟。

1.官网

www.kindsoft.net

2.MVC下空置处理

例:

页面使用

@model XXModel .... @Html.EditorFor(model => model.Content) ....  //后台  [HttpPost]  [ValidateInput(false)]  public ActionResult Edit(XXModel model) {    // model.Content 这个即可获取到 }

返回Json的格式:

//成功时{        "error" : 0,        "url" : "http://www.example.com/path/to/file.ext"}//失败时{        "error" : 1,        "message" : "错误信息"}

 3.jq获取信息

http://www.kindsoft.net/ke4/examples/default.html

 

 

 

转载地址:http://uhdpx.baihongyu.com/

你可能感兴趣的文章
HDOJ 2066 floyed优化算法
查看>>
window.onscroll
查看>>
开发常用动画收集
查看>>
nginx js、css多个请求合并为一个请求(concat模块)
查看>>
mybatis实战教程(mybatis in action)之五:与spring3集成
查看>>
解决浏览器Adobe Flash Player不是最新版本问题
查看>>
SQLite 约束
查看>>
Python爬虫学习——使用Cookie登录新浪微博
查看>>
linux配置网络
查看>>
vsftp 500 OOPS: cannot change directory:/home/xyp
查看>>
MVC ---- EF的安装于卸载
查看>>
WebRTC 学习之 概念总结
查看>>
Java对ad操作
查看>>
unity与android交互总结
查看>>
h5 微场景
查看>>
linux下uboot kernel操作cpu寄存器
查看>>
(转)PaperWeekly 第二十二期---Image Caption任务综述
查看>>
raspi-config Expand root partition to fill SD card 原理
查看>>
maven generating project in batch mode hang
查看>>
Excel与XML相互转换 - C# 简单实现方案
查看>>