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