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