gpt4 book ai didi

javascript - 如何在 onclick 按钮属性中写入函数

转载 作者:行者123 更新时间:2023-11-30 11:38:31 25 4
gpt4 key购买 nike

我试图直接在我的按钮的属性 onclick 中使用一个函数,但我总是出错。示例:

<button onclick="function() { alert('hello'); }">Click me</button>

结果是:

Uncaught SyntaxError: Unexpected token (

最佳答案

无需将其设为函数,只需列出语句即可:

<button onclick="alert('hello');alert('hello 2');alert('hello 3');">Click me</button>

关于javascript - 如何在 onclick 按钮属性中写入函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43523133/

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