百度富文本编辑器
百度富文本编辑器跟上次介绍的wangEdit 富文本简直是小巫见大巫
最强的功能就是粘贴图片就能上传
首先修改粘贴上传的地址
百度提供的PHP代码中一定要加http://
对于前后端分离的
PHP的跨域要打开
header('Access-Control-Allow-Headers: X-Requested-With,X_Requested_With'); //设置允许的跨域header header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Methods:*'); header('Access-Control-Allow-Headers:*'); header('Access-Control-Allow-Credentials:false');