-
<% System.Data.DataSet ds = daoGoods.GetList("", "gtype="+gtype+" And utype='2' Order By AddTime Desc");
if (ds.Tables[0].Rows.Count > 0)
{
foreach (System.Data.DataRow Dr in ds.Tables[0].Rows)
{ %>
" alt="<%=Dr["GoodsName"].ToString() %>" >
<%}
}
ds.Clear();
%>
会员数据
|

