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