王震
2023-08-25 95fda13c28cb664a57336dd2e01d5b41ec4f717f
1
2
3
4
5
export function test(){
    for (let index = 0; index < 100; index++) {
        console.log("子线程"+index);
    }
}