📅  最后修改于: 2022-03-11 15:02:36.429000             🧑  作者: Mango
// Find the input element with a class of "bar" that is a direct child of a form with a name attribute of "foo"
document.querySelector("form[name='foo'] > input.bar").value = "blah"