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