gpt4 book ai didi

javascript - 使用 javascript 在 DOM 中查找输入类

转载 作者:行者123 更新时间:2023-11-28 02:25:42 25 4
gpt4 key购买 nike

嗨,我正在使用 CEFsharp 来自动化通过网站并填写字段等。到目前为止,我还无法让 jquery 工作,我正在使用 javascript,并且遇到了问题。

当我尝试查找输入字段时:

<input class="quantity" type="text" value="1" maxlength="2" size="2" name="quantity">

我使用 JavaScript:

document.getElementsByClassName('quantity')[0].value = '3';

第一次效果很好,并且 3 件商品被添加到购物篮中。然而,一旦元素进入购物篮,就会创建一个跨度类,因此类数量的数组位置不再是 0,因此找不到我正在寻找的输入类。

<strong class="quantity">3</strong>

我知道在 jquery 中这很容易,但目前我必须使用 javascript,那么 javascript 相当于做什么:

jquery $('input.classname')

谢谢!

最佳答案

尝试使用querySelector()//跨平台 和 querySelectorAll()//现代浏览器

关于javascript - 使用 javascript 在 DOM 中查找输入类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14999563/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com