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