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