2007年3月21日

摘要: 一浅表副本中,只有顶级对象是重复的,并且顶级以下的对象包含引用 ?Class A:ICloneable{ protected string Name; private bool boolCheck; private B bTest; public A() { Name=""; } public object Clone() { }}Clas... 阅读全文
posted @ 2007-03-21 21:28 deadshot123 阅读(213) 评论(0) 推荐(0)
 
摘要: 可以使用table.rows.length来便历使用table.rows[i].style.display="none";来隐藏 阅读全文
posted @ 2007-03-21 16:46 deadshot123 阅读(785) 评论(0) 推荐(1)