1. 程式人生 > >小程式html解析

小程式html解析

專案中遇到在微信小程式裡需要顯示音樂文章的內容,文章內容是通過介面讀取的服 務器中的富文字內容,是html格式的,小程式預設是不支援html格式的內容顯示的, 那我們需要顯示html內容的時候,就可以通過wxParse來實現。

微信小程式使用wxParse解析html

專案安裝

    git clone [email protected]:lishuaixingNewBee/gordanTv.git
複製程式碼

目錄結構


|--- utils & Public Function              通用函式
|--- components & components Public View  components和template模板
|--- images & Img Resources               圖片資源
|--- pages & View Dir                     頁面