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