05 2013 档案

摘要://球队过来过去 $(function () { $('#xy> li').css('width','100px').hover(function () { $(this).css('backgroundColor', 'red') }, function () { $(this).css('backgroundColor', '') }).click(function () { $(this).removeAttr('style').unbind().appe 阅读全文
posted @ 2013-05-18 01:36 寂寞的飞驰 阅读(113) 评论(0) 推荐(1)
摘要://创建listp泛型对象 List listP = new List(); //创建类的对象 Person _p1 = new Person() { Name = "谭小龙", Age = 20, Email = "tanxolong@gmail.com" }; //创建类的对象 Person _p2 = new Person() { Name = "汪曾祺", Age = 21, Email = "tanxolong@qq.com" }; listP.AddRange(new Person[] { _p1, _ 阅读全文
posted @ 2013-05-08 16:32 寂寞的飞驰 阅读(356) 评论(0) 推荐(0)