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