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