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

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