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