类似于下面这段代码
<!DOCTYPE html> < html > < head > < meta charset = "utf-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no,user-scalable=no" > < link href = "https://cdn.bootcss.com/bulma/0.7.1/css/bulma.min.css" rel = "stylesheet" > < style type = "text/css" > body { background-color: #F1F5FB; font-size: 14px; color: #333; } section { margin-bottom: 10px; background-color: #fff; padding: 16px 16px 24px; } h2 { font-size: 16px; margin-bottom: 16px; } .columns.is-gapless:not(:last-child) { margin-bottom: 12px; } </ style > </ head > < body > < section > < div class = "container" > < h2 >测试test</ h2 > </ body > </ html > |
目前我用的是官方的wxparse那个
我这段代码,style样式部分没有解析,这组件就是给部分用户用的,很尴尬
你这玩意得用iframe把,小程序里。。。。。
解决了。用的web-view,后台拿到link,给前台src赋值,完美解决,根本不用什么富文本插件
但是webview只能新开页面占用一整个页面。。。