我有以下内容:
<a title="Home" href="#">Home<br>test</a>
<a title="Home" href="#">Home two<br>test</a>
<a title="Home" href="#">Home two three<br>test</a>
我需要的是从地址标签中获取文本“家”、“家二”和“家二三”。我忘记了我可以在两者之间添加一个 br 标签。
我需要这样的东西:
var abc = a.html()
但我知道这只会给我一切