博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年8月22日

摘要: 取得某个对象的父对象 this.parentElement 或者 this.parentNode this.children(0) 包含的第一个子元素 this.previousSibling 同一级别的相邻的前一个元素 this.nextSibling 同一级别的相邻的下一个元素 nextSibling:返回下一兄弟节点 例如:测试 要想取“测试”这两个中文说明... 阅读全文

posted @ 2008-08-22 15:56 LonelyStar 阅读(10927) 评论(0) 推荐(0) 编辑

摘要: RecipientInfo.cs Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5... 阅读全文

posted @ 2008-08-22 09:47 LonelyStar 阅读(244) 评论(0) 推荐(0) 编辑