Open zilongxuan001 opened 6 years ago
$(this).html("");作用是为了消除当前元素的内容。
$(this).html("");
参考:https://www.imooc.com/qadetail/238372
jQuery 文档操作 - html() 方法
$(this).html("");
作用是为了消除当前元素的内容。参考:https://www.imooc.com/qadetail/238372
jQuery 文档操作 - html() 方法