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