• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

我们可以在Ruby On Rails通过HTML字符串创建Image吗?

用户头像
it1352
帮助1

问题说明

我想知道,我们是否有可能通过具有HTML标签以及HTML格式的HTML字符串创建图像,或者来自Ruby上的Web编辑器(如Ckeditor或TinyMce等)的HTML内容,滑轨.

I would like to know , Is there any possibility by which we can create an image by the HTML sting that has the HTML tags along with the formatting Or the HTML content coming from the Web Editors like Ckeditor or TinyMce etc in Ruby on Rails.

谢谢 Nishant

Thanks Nishant

正确答案

#1

您指的是实现:

<%= "<img src='http://domain.tld/some_image.png' />".html_safe %>

您还可以通过插入任何字符串

You can also interpolate any strings by doing

<%= "#{url_string}".html_safe %>

其中url_string = "<img src='http://domain.tld/some_image.png' />"

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcffgik
系列文章
更多 icon
同类精品
更多 icon
继续加载