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