You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
455 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--pages/test/rich-text.wxml-->
<text>pages/test/rich-text.wxml</text>
<view class="title">rich-text</view>
<view class="demobox">
<view class="title">1.元素节点使用style样式</view>
<rich-text nodes="{{nodes01}}"></rich-text>
<view class="title">2.元素节点使用class样式</view>
<rich-text nodes="{{nodes02}}"></rich-text>
<view class="title">3.文本节点</view>
<rich-text nodes="{{nodes03}}"></rich-text>
</view>