gpt4 book ai didi

grails - Groovy和GSP中的Markdown超链接

转载 作者:行者123 更新时间:2023-12-02 14:42:52 25 4
gpt4 key购买 nike

在mygsp.gsp文件中,我有:

<div><markdown:renderHtml text="${infoText}"/>/div>


在myfile.groovy中,我有:

 def infoText = "For further details. <http:\\www.myurl.com>"


输出在字符串“For more details”之后的同一页面中提供了指向myurl.com的超链接。

我如何:
  • 超链接“myurl.com”以在新页面中呈现?
  • 覆盖“更多详细信息。”到代表 myurl.com?

  • 我的目标是通过Groovy来实现HTML的含义:
      <a href="www.myurl.com". target="_/blank">For Further details</a> 

    最佳答案

    我找到了答案#2。

    按照此处的markdown语法:daringfireball.net/projects/markdown/syntax#links,

    我的代码应该说:

    def infotext = ""[For further details] (http:\www.myurl.com) ""



    而且有效!

    关于grails - Groovy和GSP中的Markdown超链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25523674/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com