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