mshtml

  1. C:\Windows\System32\mshtml.dll
  2. mshtml
  3. 1、VS2010中引用Microsoft.mshtml之后,要修改这个引用的“嵌入互操作类型”为False。

    2、调用doc.write方法的时候必须通过IHTMLDocument2接口来调用,否则报错“错误的类型”,在google上搜“type mismatch HTMLDocument write”发现这篇帖子http://www.vistax64.com/powershell/95133-how-powershell-parse-htmldocument.html ,提到必须通过IHTMLDocument2接口来调用,不明白为什么,没深入研究,有高手可以帮助解释一下。

mshtml,布布扣,bubuko.com

mshtml

上一篇:【CF802O】April Fools' Problem (hard)


下一篇:php的memcache和memcached扩展区别