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