好的,描述有点时髦,但这是我的问题:
<asp:ListItem Value="0">All Leads <i>(include Archive & Trash)</i></asp:ListItem>
<asp:ListItem Value="0">All Leads <i>(include Archive & Trash)</i></asp:ListItem>
<asp:ListItem Value="0" Text="All Leads <i>(include Archive & Trash)</i>" />
<asp:ListItem Value="0" Text="All Leads <i>(include Archive & Trash)</i>" />
所有三个版本都呈现以下html
All Leads <i>(include Archive & Trash)</i>
这当然无法通过XHTML验证。它需要像这样呈现html:
All Leads <i>(include Archive & Trash)</i>
我该如何解决这个问题?
感谢。
答案 0 :(得分:0)
答案是你需要这个&amp; amp; amp;像那样愚蠢。