07 2016 档案

摘要:解决方法 1.用$_POST 取值 2.在前端中使用函数htmlspecialchars_decode转义 阅读全文
posted @ 2016-07-26 10:20 一只小鬼 阅读(11262) 评论(2) 推荐(1)
摘要:1.ueditor富文本编辑器 <script src="__PUBLIC__/ueditor/ueditor.config.js" type="text/javascript"></script>//引入 <script src="__PUBLIC__/ueditor/ueditor.all.js 阅读全文
posted @ 2016-07-11 11:54 一只小鬼 阅读(633) 评论(0) 推荐(0)
摘要:1.php配置限制了上传文件大小。。。。php.ini 里边 post_max_size 、 upload_max_filesize 这两个参数改一下就好了 阅读全文
posted @ 2016-07-11 10:44 一只小鬼 阅读(991) 评论(0) 推荐(0)