NervJS / taro

开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
https://docs.taro.zone/
Other
35.46k stars 4.78k forks source link

taro怎么渲染一个html字符串,类似react的dangerouslysetinnerhtml #2279

Closed zhangfan6644777 closed 5 years ago

zhangfan6644777 commented 5 years ago

taro怎么渲染一个html字符串,类似react的dangerouslysetinnerhtml

taro-bot[bot] commented 5 years ago

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

yuche commented 5 years ago

你可以考虑使用 wxparse。 在 taro 中使用 wxparse 有两个方法:

  1. 按照 使用微信小程序第三方组件和插件 使用
  2. 把 wxparse 转换为 taro 模块使用
zhangfan6644777 commented 5 years ago

你可以考虑使用 wxparse。 在 taro 中使用 wxparse 有两个方法:

  1. 按照 使用微信小程序第三方组件和插件 使用
  2. 把 wxparse 转换为 taro 模块使用

我去尝试一下 非常感谢

zhangfan6644777 commented 5 years ago

你可以考虑使用 wxparse。 在 taro 中使用 wxparse 有两个方法:

  1. 按照 使用微信小程序第三方组件和插件 使用
  2. 把 wxparse 转换为 taro 模块使用

有没有例子 给提供一下呢

yuche commented 5 years ago

github 搜索 taro wxparse 就有两个例子: https://github.com/search?q=taro-wxparse&ref=opensearch

taro-bot[bot] commented 5 years ago

Hello~

您的问题楼上已经有了确切的回答,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。

如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。

Good luck and happy coding~

zhangfan6644777 commented 5 years ago

github 搜索 taro wxparse 就有两个例子: https://github.com/search?q=taro-wxparse&ref=opensearch

解决了 谢谢

jinyindu commented 5 years ago

这个支持百度,字节跳动,和支付宝小程序吗

yuche commented 5 years ago

@jiangzeyin 转换到 taro 模块就支持。

bwcx-jzy commented 5 years ago

@jiangzeyin 转换到 taro 模块就支持。

@ 错人了吧

yuche commented 5 years ago

@jiangzeyin sorry...你们 ji 字辈的兄弟太多了。。

@jinyindu 看楼上

jinyindu commented 5 years ago

image image

jinyindu commented 5 years ago

image 生成的这样文件必须要放在目录下吗

jinyindu commented 5 years ago

image image 官方有wxparse 转taro 后使用的案例吗 我这样一直报错

jinyindu commented 5 years ago

image

yuche commented 5 years ago

@jinyindu 看文档先修改 wxparse 源码再转换

sgidlhy commented 5 years ago

image 编译h5的时候报这个错,这个应该要怎么解决

lemondreamtobe commented 4 years ago

有更好的方法吗 https://github.com/search?q=taro-wxparse&ref=opensearch 这两个没法用