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