摘要: /** * 得到网页中图片的地址 */public static Set<String> getImgStr(String htmlStr) { Set<String> pics = new HashSet<>(); String img = ""; Pattern p_image; Matcher 阅读全文
posted @ 2018-06-12 16:05 虫虫低语 阅读(414) 评论(1) 推荐(0)
摘要: JS部分:$('.summernote').summernote({ height: 200,//高度 tabsize: 2,//页面上的summernote编辑框的个数 lang: 'zh-CN',//语言 callbacks:{//回调函数,重写onImageUpload方法 onImageUpload: function(files, editor, w... 阅读全文
posted @ 2018-06-12 16:00 虫虫低语 阅读(2447) 评论(0) 推荐(0)