我想借助VBA在Internet Explorer中更改input
标签的值。
该元素的标记如下:
<input class = "sc-jTzLTM gyzInv" name = "linkInput0" placeholder = "Ex: http://www.youtube.com/watch?v=WW_aUQ" type = "text" data-icon = "youtube" id = "linkInput0" value = "" />
当我使用以下代码时
ie.document.getElementById ("linkInput0").value = "sample"
占位符的值不是更改值,而是更改为“样本”