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