gpt4 book ai didi

javascript - 这个onclick (onclick ="this.name=' abc'") 是什么意思?

转载 作者:行者123 更新时间:2023-11-29 18:29:48 24 4
gpt4 key购买 nike

这段代码有什么作用?在这种情况下,$this 引用的是什么?

<button type="submit" onclick="this.name='abc'" title="update wishlist" class="button btn-update"><span><span>update wishlist</span></span></button>

onclick="this.name='abc'" 在做什么?单击按钮时会发生什么?想法?

谢谢!

最佳答案

内部事件处理程序中的匿名函数在设置它的元素的上下文中被调用。

所以 this<button>

关于javascript - 这个onclick (onclick ="this.name=' abc'") 是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9530581/

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