标签: javascript jquery html
我想在下面的图片中记录标记为<span>的属性。
<span>
$("#user-lists div.list.room").each(function () { console.log($(this).children().text); });
如何改进我的代码示例?
答案 0 :(得分:0)
这是 FIDDLE
console.log($('.name').text());