value
2023-09-05 9b26870265cbbc75bcd32529e46b229a49ec30a0
1
2
3
4
5
export function test(){
    for (let index = 0; index < 100; index++) {
        console.log("子线程"+index);
    }
}