ASP.NET 如何将上标添加到标签控件中?
例如,当前,该值通过 lblAmount.Text = Amount & 设置。 " €"
如何向 € 符号添加(动态)上标?
For example currently, the value is set with lblAmount.Text = Amount & " €"
How can i add (dynamically) superscript to the € sign?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 SUP 标签。
use the SUP tag.
您可以通过添加样式属性或添加类(并在样式标记或 css 文件中添加样式。
或者
,在代码文件中
添加样式)来做到这一点。您还可以使用 html 等效的sup:
You do this best by adding either a style attribute or by adding a class (and adding the style in a style tag or a css file.
or
and this, in your code file
You could also use the html equivalent sup: