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