如何激活 JavaScript 按钮,就像用户单击它一样?我可以运行 javascript 代码来激活按钮吗?(假设我还不知道按钮中的代码,并且我在一个随机网站上,我无法更改现有代码)
<!DOCTYPE html>
<html>
<body>
<form action="aaa.php">
<input type="text" />
<input id="button" type="submit" />
</form>
<script>
var btn = document.getElementById("button");
//is there anything like: btn.click?
</script>
</body>
</html>
凤凰求蛊
茅侃侃
米琪卡哇伊
相关分类