摘要:
IList<Model_PicLink> PicLinkList=Dal_P.List(" And TypeId=1");string[] p = new string[PicLinkList.Count]; for (int j=0; j < PicLinkList.Count; j++) { if (j == 0) p[j] = "<li class=\"active\... 阅读全文
posted @ 2010-03-27 11:17 hateyoucode 阅读(178) 评论(0) 推荐(0)