nth-of-type: 会找到类名为span-50的标签,你这里的span-50的标签是div,就会拿父级里面的所有div去算奇数偶数的
let res = '123456789'.replace(/(?!^)(?=(\d{4})+$)/g, ',');
用于给数字加分割逗号