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