摘要: mshtml.IHTMLDOMNode node = this.mElementCurrent.DomElement as mshtml.IHTMLDOMNode; if (node != null) { node.parentNode.removeChild(node); }代码嘛就上面的几行,不过这需要引用mshtml。 阅读全文
posted @ 2011-03-29 01:58 把爱延续 阅读(4499) 评论(0) 推荐(0)