ASP.Net 在按钮文本中插入特殊字符

发布于 2024-11-02 06:28:52 字数 43 浏览 3 评论 0原文

是否可以在 ASP 按钮控件上显示商标等特殊字符?如果是这样,我该怎么做

Is it possible to display a special character like trademark on an ASP button control? if so, how do I do that

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

月野兔 2024-11-09 06:28:52

您可以在按钮的文本属性中使用 © = © 和 = ™ 等 html 代码。

有关这些代码的更详细列表:http://www.ascii.cl/htmlcodes.htm

示例:

<asp:Button ID="tradeMarkButton" runat="server" Text="TradeMark™" />

You can use html codes such as © = © and = ™ etc in the text property of your button.

For a more detailed list of these codes: http://www.ascii.cl/htmlcodes.htm

example:

<asp:Button ID="tradeMarkButton" runat="server" Text="TradeMark™" />
酒解孤独 2024-11-09 06:28:52

使用字符映射(按“开始”,运行并键入“charmap”,然后输入)选择特殊字符,复制到剪贴板并粘贴到控件的文本属性中。

Use character map (press start, run and type charmap then enter) select the special character, copy to the clipboard and paste into the text property of the control.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文