嗨,我刚刚在 VS 中打开新页面并添加了一个简单的行,请问为什么没有显示日期时间?只有空白页。
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<%# DateTime.Now.ToString() %>
</div>
</form>
</body>
</html>