如何使用UIWebView绘制下划线文本

发布于 2024-08-30 09:46:04 字数 135 浏览 6 评论 0 原文

您好,我是 iPhone 平台的新手。 我想知道如何使用 UIWebView 在文本下划线? 我知道这很简单,但我无法从菜单中得到任何线索,

有人可以给我看一些代码片段吗?

文本应该是传入的参数。

非常感谢。

Hi I am new to IPhone paltfom.
And I wonder how can I underline a text with UIWebView?
I know this is quite simple, but I couldn't get any clue from the menual

can anybody show me some code snippet?

The text should be a passed-in parameter.

thank you very much.

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

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

发布评论

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

评论(2

绝不服输 2024-09-06 09:46:04

在 UIWebView 加载的 HTML 内容中,使用

<span style="text-decoration: underline;">text-to-underline</span>

<u>text-to-underline</u>

In the HTML content loaded by UIWebView, use

<span style="text-decoration: underline;">text-to-underline</span>

or

<u>text-to-underline</u>
往昔成烟 2024-09-06 09:46:04

似乎不适合我。 and 和 标签有效,但 , 或 CSS“text-decoration: underline;” 无效下划线可能没有像页面的其余部分一样放大 - 例如,一个错误。我不知道

Doesn't seem to work properly for me. and and tags work, but not , or CSS "text-decoration: underline;" It may be that the underline is not being scaled up as high as the rest of the page - e.g., a bug. I'm not sure

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