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