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