-
<%
foreach (var item in MobileList)
{
%>
- <%=item.ToUserList%> <%=item.ContentStr%> <%=item.TimeStr.Value.ToString("yyyy-M-dd HH:mm")%> <% } %>
%@ Page Language="C#" AutoEventWireup="true" CodeFile="MobileSms.aspx.cs" Inherits="Mobile_MobileSms" %>