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