jQuery length 和 size()区别总结

网络编程 2021-07-04 16:45www.168986.cn编程入门
这篇文章主要介绍了jQuery length 和 size()区别,在这里length是属性,size()是方法,需要的朋友可以参考下

jQuery length和size()区别如下

1.length是属性,size()是方法。

2.如果你只是想获取元素的个数,两者效果一样既 ("img").length("img").length("img").size() 获取的值是一样的。

3.如果计算一个字符串的长度或者计算一个数组元素的个数就只得用length, 如 $("#text").val().length

 看看他们的执行时间,用这个检测的

从图中可以看到size()方法比length慢38%,原因何在?

原因在此

看看官网的解释()

The .size() method is deprecated as of jQuery 1.8. Use the .length property instead.

The .size() method is functionally equivalent to the .length property; however, the .length property is preferred because it does not have the overhead of a function call.

从上可以看出size()是调用length属性实现的

在jquery 1.8后 length取代了 size()  ,因为length不需要返回一个函数调用,更优秀。

Learn from yesterday, live for today, hope for tomorrow.

以上所述是长沙网络推广给大家介绍的jQuery length 和 size()区别,希望对大家有所帮助,如果大家有任何疑问请给我留言,长沙网络推广会及时回复大家的。在此也非常感谢大家对狼蚁SEO网站的支持!

Copyright © 2016-2025 www.168986.cn 狼蚁网络 版权所有 Power by