gpt4 book ai didi

javascript - 使用变量而不是 $(this) 是一种好习惯吗?

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

<分区>

Possible Duplicate:
What is the cost of '$(this)'?

就性能和可读性而言,命名变量而不是使用 $(this) 是好的做法吗?

一个例子是

$(".element").click(function() {

var elem = $(this);

//Examples
elem.addClass("example");
console.log( elem.attr("id") );

}):

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