python使用win32com在百度空间插入html元素示例
复制代码 代码如下:from win32com.client import DispatchEximport timeie=DispatchEx(“InternetExplorer.Application”) ie.Navigate(“http://hi.baidu.com/mirguest/creat/blog/”)ie.Visible=1while ie.Busy: time.sleep(1) body=ie.Document.body# headerfor i in body.getElementsByTagName(“input”): if str(i.getAttribu
用户评论