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.
我正在使用以下方法获取href:
$(this).attr('href');
但我也需要获取价值
<a href="#">THIS IS WHAT I NEED</a>
关于这个有什么想法吗?,不太确定。
您可以使用.text()
.text()
$(this).text();