-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
@7peanuts 两个网站帮忙看下:
let input = document.querySelector('#search');
input.value = searchTerms;
document.querySelector('#submitSearch').click();
感觉元素是对的,就是没用。
let input = document.querySelector('[name="s"]');
input.value = searchTerms;
document.querySelector('form > div > button').click();
没效果,不知该怎么写。
Metadata
Metadata
Assignees
Labels
No labels