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
阅读全文
摘要://创建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, _
阅读全文

浙公网安备 33010602011771号