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