這篇文章將為大家詳細(xì)講解有關(guān)微信小程序中rich-text的使用方法,小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,希望大家閱讀完這篇文章后可以有所收獲。
成都創(chuàng)新互聯(lián)公司是專業(yè)的綏陽網(wǎng)站建設(shè)公司,綏陽接單;提供網(wǎng)站設(shè)計(jì)、成都網(wǎng)站制作,網(wǎng)頁設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行綏陽網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!
微信小程序 rich-text的使用方法
rich-text
屬性:nodes 類型:Array / String 結(jié)點(diǎn)列表 / HTML String
全局支持class和style屬性,不支持id屬性。
結(jié)點(diǎn)類型:type = node , name 標(biāo)簽名 String 是 支持部分受信任的HTML結(jié)點(diǎn), attrs 屬性 Object 否 支持部分受信任的屬性,遵循Pascal命名法 , children 子結(jié)點(diǎn)列表 Array 否 結(jié)構(gòu)和nodes一致
結(jié)點(diǎn)類型:type = text ,text 文本 String 是 支持entities
nodes 不推薦使用 String 類型,性能會有所下降
rich-text 組件內(nèi)屏蔽所有結(jié)點(diǎn)的事件。
attrs 屬性不支持 id ,支持 class 。
name 屬性大小寫不敏感。
如果使用了不受信任的HTML結(jié)點(diǎn),該結(jié)點(diǎn)及其所有子結(jié)點(diǎn)將會被移除。
img 標(biāo)簽僅支持網(wǎng)絡(luò)圖片。
<rich-text nodes="{{nodes}}" /> <rich-text nodes="{{nodes1}}" /> <rich-text nodes="{{nodes2}}" />
this.setData({ nodes: "<h2 style='color:red;'>html標(biāo)題</h2>", nodes1: [{ name: "h2", attrs: { style: "color:red", class: "red" }, children: [{ type: "text", text: '結(jié)點(diǎn)列表標(biāo)題' }] }], nodes2: [{ name: "ul", attrs: { style: "padding:20px;border:1px solid blue;", class: "red" }, children: [ { name: "li", attrs: { style: "color:red", class: "red" }, children: [{ type: "text", text: '多層結(jié)點(diǎn) 無序列表' }], }, { name: "li", attrs: { style: "color:red", class: "red" }, children: [{ type: "text", text: '多層結(jié)點(diǎn) 無序列表1' }], }] }] })
關(guān)于“微信小程序中rich-text的使用方法”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,使各位可以學(xué)到更多知識,如果覺得文章不錯(cuò),請把它分享出去讓更多的人看到。
文章名稱:微信小程序中rich-text的使用方法
文章URL:http://aaarwkj.com/article48/pjdphp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供微信小程序、App設(shè)計(jì)、網(wǎng)站設(shè)計(jì)、品牌網(wǎng)站建設(shè)、用戶體驗(yàn)、品牌網(wǎng)站設(shè)計(jì)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)