之前发个帖子也没解决,几乎同一个问题,有朋友帮忙解决去留言再送100分
http://bbs.csdn.net/topics/390839955?page=1#post-397819270

解决方案 »

  1.   

    http://blog.csdn.net/hanjieson/article/details/8574093
      

  2.   


    坑爹啊~百度,搜索不到什么东西,google老屏蔽,用bing英文才搜索到,
    我代码有个错误
    IHTMLElementCollection childs = parentElement.all//这里没有强制转换
    改成
    IHTMLElementCollection childs = (IHTMLElementCollection)parentElement.all
    这样就ok了,我擦。郁闷。。就你回复分给你了
      

  3.   


    坑爹啊~百度,搜索不到什么东西,google老屏蔽,用bing英文才搜索到,
    我代码有个错误
    IHTMLElementCollection childs = parentElement.all//这里没有强制转换
    改成
    IHTMLElementCollection childs = (IHTMLElementCollection)parentElement.all
    这样就ok了,我擦。郁闷。。就你回复分给你了
    给你一个google的链接,可用的哈。
    https://wen.lu/