如何使用UIWebView绘制下划线文本
您好,我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 UIWebView 加载的 HTML 内容中,使用
或
In the HTML content loaded by UIWebView, use
or
似乎不适合我。 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