所属分类:其他-杂项
你把方法写在click外面就好了$(".a").attr("displayLength","280")
$(".a").un_displayPart(); $(".a").click(function() { $(this).attr("displayLength", "280") $(this).un_displayPart(); })
啊