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