【发布时间】:2016-11-21 20:43:16
【问题描述】:
我目前正在使用一个名为 finnegans 的程序,它混合使用了 JavaScript、PHP 和 Html,但问题是这样的: 我有这段代码:
CentralMail mail = sender.getSystemMail( mailDestino, "Internal purchase accepted","<h4> Please confirm the list of asigned resources in "a link to docs.google"<br><br>Description: " + descriptionSVI + " </h4>");
sender.send( mail , accion.getTransaccionID() );
所以这个问题不是使用那块 url,而是我想使用一个超链接,上面写着“去这里确认列表”之类的短语
对不起,如果我有任何语法错误或类似的东西,并提前感谢 干杯!
【问题讨论】:
-
为了获得及时提供帮助的最佳机会,您应该使用可用的格式化工具,尤其是代码块按钮/标记。
-
好的,添加超链接。这里有什么问题?
标签: javascript java php html