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