如果查看官方文档,我会看到一个名为HTML的属性:
Name | Type | default | Description
----------------------------------------------------------------------------
html | boolean | false | Insert html into the tooltip.
If false, jquery's text method
will be used to insert content
into the dom. Use text if you're
worried about XSS attacks.
它说:“将html插入工具提示中”,但是类型是布尔值。如何在工具提示中使用复杂的html?