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.
我想在 img 中创建工具提示,这是 html 表达式
例子: <img title="<b>My tooltip</b>" src="..."></img>
<img title="<b>My tooltip</b>" src="..."></img>
但我得到的是文本<b>My tooltip</b>未处理的 html。
<b>My tooltip</b>
有什么办法吗?
不可以。无法使用 HTML 格式化工具提示中的文本。你必须使用类似jQuery Tooltip Plugin的东西。