VB 要求对象

vDoc = WebBrowser1.Document   '提示要求对象
Set vDoc = WebBrowser1.Document   '正确执行
原文地址:https://www.cnblogs.com/tengpan-cn/p/4933892.html