value
2023-08-30 649f76187291a6613d7c2c026259a1122b066603
1
2
3
4
5
export function test(){
    for (let index = 0; index < 100; index++) {
        console.log("子线程"+index);
    }
}