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