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