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