gpt4 book ai didi

c# - 此结束标记没有匹配的开始标记。我搞砸了某个地方。请帮我看看好吗?

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

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="StudentList" runat="server">
<div>
<asp:ListBox ID="lstStudents" runat="server"
onselectedindexchanged="lstStudents_SelectedIndexChanged">
</asp:ListBox>
<br />
<asp:Label ID="lblOutput" runat="server" Text=""></asp:Label>

</div>
</form>
</body>
</html>

Warning 4 This end tag has no matching start tag.

是不是我的标签乱序了?我很难过。

最佳答案

你有定义文档类型吗?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

仅作记录,您可以使用 the great W3C validator检查 HTML、XHTML 等的有效性。

关于c# - 此结束标记没有匹配的开始标记。我搞砸了某个地方。请帮我看看好吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7180934/

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