DisplayTag 库问题 - Html 标签问题

发布于 2024-10-30 09:15:52 字数 1216 浏览 1 评论 0原文

<display:column  title="Email" autolink="true">
            [email protected]<br>
            [email protected]<br>
</display:column>

得到了 O/P

<a href="mailto:[email protected]<br>">[email protected]<br></a>
<a href="mailto:[email protected]<br>">[email protected]<br>

我在将其导出为 PDF 或 Excel 时

。有什么解决办法吗?

<display:column  title="Email" autolink="true">
            [email protected]<br>
            [email protected]<br>
</display:column>

I am getting the o/p as

<a href="mailto:[email protected]<br>">[email protected]<br></a>
<a href="mailto:[email protected]<br>">[email protected]<br>

while exporting it as PDF ot excel.

Any work around??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

莳間冲淡了誓言ζ 2024-11-06 09:15:52

我尝试过不使用
标签,这对我有用。 ( http://img42.imageshack.us/img42/1355/screenshotwpn.png)

I have tried without
tags instead, and that's works for me. ( http://img42.imageshack.us/img42/1355/screenshotwpn.png )

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文