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