gpt4 book ai didi

javascript - JavaScript 中的 _.defer 和 _.throttle 是什么?

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

<分区>

我见过类似的东西

_.defer(function(){
$elem.attr("src", $elem.data("delayed-src"));
});

// what is "_.defer (function)"?

$(window).on("scroll.load-media", _.throttle(function() {
maybeLoadMedia(600);
}, 100));

// what is "_.throttle (function)"?

默认情况下是在 JavaScript 中吗?还是我必须添加 underscore.js 插件? http://documentcloud.github.io/underscore/

既然我不想使用jQuery之外的额外js,那么这些功能如何用纯javascript(或jquery)代码代替呢? (我正在实现延迟加载 js。参见 http://blog.pamelafox.org/2014/01/improving-front-page-performance.html。)

或者 underscore.js 只是有用吗???我应该使用它吗?

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