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