gpt4 book ai didi

Javascript 性能 this.与 varname 相比。用于访问属性

转载 作者:行者123 更新时间:2023-11-28 21:22:49 24 4
gpt4 key购买 nike

当您有类似的代码时,性能是否存在差异

var Base64{
encode : function(a){
...
},
decode : function(b){
...
}
}

在类 Base64 中,应该使用 this.encode() 或使用 Base64.encode() 访问属性和函数

性能上有什么区别吗?

最佳答案

我会说不要费心进行这种微观优化并使用this,因为它使您的代码更易于维护。

如果您想将 Base64 更改为 base_64 该怎么办?最好只更改一处:)

关于Javascript 性能 this.与 varname 相比。用于访问属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5812779/

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