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