
前端
vue js 等等
灵泽~
May all the ordinary are great, all the ignoble bloom
展开
-
简单使用KindEditor传送数据到后台和上传图片到后台,
前言:关于kindEditor的下载我就不多说了,官网下载地址:http://kindeditor.net/down.php关于kindEditor编辑器的使用,官网参考手册地址:http://kindeditor.net/doc.php 接下来进入正题,使用KindEditor传送数据到后台和上传图片到后台!正题一,上传数据到后台,所谓的数据就是用户输入的内容:正题二,上传图...原创 2018-12-03 11:13:07 · 3783 阅读 · 1 评论 -
简单了解EasyUI中的tree控件
前言:之前使用了ztree这次感受以下easyui的tree控件!第一步:引入相关jar和css,<!-- 引入easyui --><link rel="stylesheet" type="text/css" href="easyui/themes/default/easyui.css"> <link rel="stylesheet" typ原创 2018-11-30 10:22:54 · 503 阅读 · 0 评论 -
jQuery 中ajax 的 serialize() 方法
示例代码:<form> <div><input type="text" name="a" value="1" id="a" /></div> <div><input type="text" name="b" value=&q原创 2018-10-17 21:10:51 · 1073 阅读 · 0 评论