AccountWarningStyle 是我的 C# 变量 最佳答案 您需要-6ren">
gpt4 book ai didi

c# - 将我的颜色设置为变量

转载 作者:太空宇宙 更新时间:2023-11-03 20:38:14 25 4
gpt4 key购买 nike

我正在尝试将 span 样式中的颜色设置为变量...有人知道为什么这是错误的吗?

<span style="font-weight:bold; color:"<%= AccountWarningStyle %>"; font-size:14px;"></span>

AccountWarningStyle 是我的 C# 变量

最佳答案

您需要删除 `<%= AccountWarningStyle%>"周围的多余引号。这将呈现为:

<span style="font-weight:bold; color:"red"; font-size:14px;">

它应该在哪里:

<span style="font-weight:bold; color:red; font-size:14px;">

关于c# - 将我的颜色设置为变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4187953/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com