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.
这是我的代码
点击这里
example $(function(){$("#album-left", "#album-right").loader();});
使用 CSS 选择器
$(function(){$("#album-left, #album-right").loader();});