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