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