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