Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个小程序来在我们供应商的网站上下订单。我需要在页面中填写 3 个字段。甚至不需要“提交”它。
是否有任何简单的方法或任何组件可以做到这一点(最好是免费的)
谢谢!
假设您有一个名称为“name”并输入“text”的输入字段,您可以调用
WebBrowser1.OleObject.Document.GetElementByID('name').setAttribute('value', 'somename');