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