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