jQuery 中的浅拷贝?

发布于 2024-12-01 04:02:14 字数 114 浏览 0 评论 0原文

我认为 jQuery .clone() 会进行深层复制,并且两个对象独立演化。但是,是否有可能进行浅复制,即两个对象共享相同的属性和方法,以便每当一个对象发生变化时另一个对象也会发生变化?

I think jQuery .clone() does a deep copy and both objects evolve independently. But is it possible to do a shallow copy in the sense that both objects share the same properties and methods so that whenever one changes the other does as well?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

能怎样 2024-12-08 04:02:14

关于您的评论,仅通过克隆(或其他方式)元素是不可能实现这一点的。您必须自己设置事件处理程序并管理同步。

With respect to your comment, this is not possible by just cloning (or whatever) the elements. You would have to set up event handlers and manage the synchronization yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文