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