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