HTMLDocument: Html文档对象模型。
主要方法有:
1.GetElementByID 根据控件ID获取控件。
2.GetElementsByTagName() 根据控件TagName获取控件数组。