Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JQuery 是否具有像原型一样的内置继承?
刚发现这个问题:JQuery继承
我最初的搜索条件失败了,我从节制中猜出一个愚蠢的问题......
在你被否决之前,我会告诉你。不,它不支持,因为 Javascript 不支持类结构,所以 JQuery 中不存在这种类型的范例。有它的插件。祝你好运。