摘要: $(document).ready(function(){ //限制字符个数 $(".text_overflow_5").each(function(){ var maxwidth=16; if($(this).text().length>maxwidth){ $(this).text($(this 阅读全文
posted @ 2016-09-23 16:28 honely1314 阅读(125) 评论(0) 推荐(0) 编辑