$('.a').text($(this).siblings('.b').text());
这样写是错误的, .a 元素会获取所有的 .b 的 text(),不通过点击等事件,直接执行,应该如何写?
.a
.b
text()
红颜莎娜
相关分类