$(".answerList p").map(function() {
if (this.offsetWidth < this.scrollWidth) { $(this).css("color", "red"); } });本文共 168 字,大约阅读时间需要 1 分钟。
$(".answerList p").map(function() {
if (this.offsetWidth < this.scrollWidth) { $(this).css("color", "red"); } });转载于:https://www.cnblogs.com/chenxiaojun/p/5549761.html