用户:Salt lovely/common.js:修订间差异

大小无更改 、​ 2020年7月10日 (星期五)
.
(.)
(.)
第5行: 第5行:
     function countLog(obj) {
     function countLog(obj) {
         $(obj).each(function(){
         $(obj).each(function(){
             let count=$(this).children('li').length;
             var count=$(this).children('li').length;
             $(this).prepend('<span>共计'+count+'条记录</span>');
             $(this).prepend('<span>共计'+count+'条记录</span>');
         });
         });