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