我需要加一个 延迟 200ms 在这里:
200ms
jQuery('.class').hover(() => jQuery('#custom').addClass('addedclass'), () => jQuery('#custom').removeClass('addedclass'));
jQuery: Can I call delay() between addClass() and such? 但那里的结构略有不同。