日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 编程资源 > 编程问答 >内容正文

编程问答

使用Simditor和七牛上传图片

發(fā)布時(shí)間:2025/4/5 编程问答 24 豆豆
生活随笔 收集整理的這篇文章主要介紹了 使用Simditor和七牛上传图片 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

2019獨(dú)角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>

Simditor是tower開(kāi)源的一款網(wǎng)頁(yè)編輯器官方網(wǎng)址:http://simditor.tower.im

為了使Simditor編輯文檔時(shí)能將圖片自動(dòng)從前端上傳到qn,需要修改它的uploader.js源碼,修改后的uploader代碼http://git.oschina.net/sunyurepository/javascript/tree/master/src/js的qnuploader.js

引入Simditor的css和相關(guān)的js(ps:qnuploader是自己改來(lái)支持七牛的,非官方的)

<link rel="stylesheet" type="text/css" href="/simditor2.1.5/styles/simditor.css"/><script type="text/javascript" src="../simditor2.1.5/scripts/jquery.min.js"></script><script type="text/javascript" src="../simditor2.1.5/scripts/module.js"></script><script type="text/javascript" src="../simditor2.1.5/scripts/hotkeys.js"></script><script type="text/javascript" src="../simditor2.1.5/scripts/qnuploader.js"></script><script type="text/javascript" src="../simditor2.1.5/scripts/simditor.js"></script>

使用實(shí)例:

$(function () {//啟用編輯器var toolbar = ['title', 'bold', 'italic', 'underline', 'strikethrough', 'color', '|', 'ol', 'ul', 'blockquote', 'table', '|', 'link', 'image', 'hr', '|', 'indent', 'outdent'];var editor = new Simditor({textarea: $("#content"),toolbar: toolbar,imageButton: ['upload', 'external'],toolbarFloat: true,placeholder:'請(qǐng)?zhí)顚?xiě)內(nèi)容',upload: {url: 'http://up.qiniu.com', //文件上傳的接口地址qnTokenUrl: '../xxx/getToken',//從服務(wù)器獲取token接口地址fileKey: 'file', //服務(wù)器端獲取文件數(shù)據(jù)的參數(shù)名connectionCount: 3,leaveConfirm: '正在上傳文件,你確定要離開(kāi)這個(gè)頁(yè)面嗎?',fileSize: 2097152}});});

?

轉(zhuǎn)載于:https://my.oschina.net/u/1760791/blog/643768

《新程序員》:云原生和全面數(shù)字化實(shí)踐50位技術(shù)專(zhuān)家共同創(chuàng)作,文字、視頻、音頻交互閱讀

總結(jié)

以上是生活随笔為你收集整理的使用Simditor和七牛上传图片的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。