React Native中解析HTML

使用這個react-native-htmlview可以解析HTML字符串。實現效果和vue中的v-html指令或jQuery中$(Selector).html()相同 示例: import React from 'react' import {Text,View} from 'react-native' import HTMLView from 'react-native-htmlview' e
相關文章
相關標籤/搜索