MrShi
2026-05-20 b806c4ad52a661a1e5f0695650ec1a7e42f01633
1
2
3
4
5
let cssClassIdx = 0;
 
export function getClassId() {
    return cssClassIdx++;
}