Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我是 iPhone paltfom 的新手。我想知道如何使用 UIWebView 在文本下划线?我知道这很简单,但我无法从菜单中得到任何线索
谁能给我看一些代码片段?
文本应该是传入的参数。
非常感谢您。
在 UIWebView 加载的 HTML 内容中,使用
<span style="text-decoration: underline;">text-to-underline</span>
或者
<u>text-to-underline</u>
对我来说似乎不能正常工作。和 和 标签有效,但不是 , 或 CSS "text-decoration: underline;" 可能是下划线没有像页面的其余部分那样放大 - 例如,一个错误。我不确定