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