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