首页 > 代码库 > 百度编辑器:上传图片
百度编辑器:上传图片
<!DOCTYPE html> <html> <head> <title>we234234</title> <script src=http://www.mamicode.com/"ueditor.config.js"></script> <script src=http://www.mamicode.com/"ueditor.all.js"></script> <script src=http://www.mamicode.com/"lang/zh-cn/zh-cn.js"></script> </head> <body> <div id="editor" style="display: none;"></div> <button type="button" onClick="upImage()">上传</button> </body> <script> /*kindeditor 编辑器*/ var ue = UE.getEditor(‘editor‘); //监听图片上传 ue.addListener(‘beforeInsertImage‘, function (t,arg) { alert(‘这是图片地址:‘+arg[0].src); }); //弹出图片上传的对话框 function upImage() { var myImage = ue.getDialog("insertimage"); myImage.open(); } </script> </html>
百度编辑器:上传图片
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。