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