gpt4 book ai didi

javascript - 为什么 javascript 对象原型(prototype)被称为 `fn` ?

转载 作者:行者123 更新时间:2023-11-30 07:43:30 27 4
gpt4 key购买 nike

这种术语的词源是什么?它从何而来?它代表什么?

最佳答案

fnfunction 的传统缩写。

jQuery.fn 是一个对象,有时称为命名空间,由 global jQuery object 公开。 .属于 jQuery.fn 成员的函数可以应用于 jQuery objects :

$("#foo").hide();  // Here, 'hide()' is actually '$.fn.hide()'.

关于javascript - 为什么 javascript 对象原型(prototype)被称为 `fn` ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11747294/

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