我正试图将以下内容直接输入牛页,但没有显示日期价值。 我想从后面的法典中去做。 在这里,有一小点失踪? Pls建议。
<asp:Literal ID="ltrDate" Text= <% DateTime.Now.ToLongTimeString() %> runat="server"></asp:Literal>
Even the use of hash in the expression <%#DateTime.Now.ToLongTimeString() %> does not work.