$(".answerList p").map(function() {
if (this.offsetWidth < this.scrollWidth) {
$(this).css("color", "red");
}
});
转载于:https://www.cnblogs.com/chenxiaojun/p/5549761.html
$(".answerList p").map(function() {
if (this.offsetWidth < this.scrollWidth) {
$(this).css("color", "red");
}
});
转载于:https://www.cnblogs.com/chenxiaojun/p/5549761.html