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