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.
我正在尝试找到一些东西来在图像上制作工具提示。
例如:
我不知道我该怎么做。
谢谢
我认为System.Web.UI.WebControls.Image有一个 Tooltip 属性
System.Web.UI.WebControls.Image
asp的MSDN入口:图像控制^
<asp:Image AlternateText="string" CssClass="string" ID="string" runat="server" ToolTip="string"/>
否则,althtml 图像控件的属性就像一个工具提示
alt