时间:2021-07-01 10:21:17 帮助过:8人阅读
$.each($('tr td'),function(){ if($(this).text()=="天天向上") { alert($(this).attr("class")) }})
$.each($('tr td'),function(){ if($(this).text()=="天天向上") { alert($(this).attr("class")) }})
| 天天向上 | 好好学习 |
| 天天向上 | 好好学习 |