摘要: //点击回复事件 $(".reply-text").on('click', function() { var currentEle = $(this) var text = currentEle.text(); currentEle.html(text '回复' ? '取消回复' : '回复'); 阅读全文
posted @ 2022-01-24 10:14 java璀璨小菜鸟 阅读(83) 评论(0) 推荐(0)